We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e912be0 commit be15b68Copy full SHA for be15b68
packages/langbase/src/langbase/langbase.ts
@@ -35,7 +35,7 @@ export interface ToolCall {
35
export interface Message {
36
role: Role;
37
content: string | null;
38
- name?: 'json' | 'safety' | 'opening' | 'rag';
+ name?: string;
39
tool_call_id?: string;
40
tool_calls?: ToolCall[];
41
}
0 commit comments