Skip to content

Commit a707f1d

Browse files
committed
👌 IMPROVE: Types
1 parent c18d22a commit a707f1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/langbase/src/langbase/langbase.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ export interface RunResponse {
7777
rawResponse?: {
7878
headers: Record<string, string>;
7979
};
80-
messages: Message[];
81-
llmKey?: string;
82-
name?: string;
8380
}
8481

8582
export interface RunResponseStream {

0 commit comments

Comments
 (0)