Skip to content

Commit be15b68

Browse files
committed
🐛 FIX: Name type
1 parent e912be0 commit be15b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/langbase/src/langbase/langbase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ToolCall {
3535
export interface Message {
3636
role: Role;
3737
content: string | null;
38-
name?: 'json' | 'safety' | 'opening' | 'rag';
38+
name?: string;
3939
tool_call_id?: string;
4040
tool_calls?: ToolCall[];
4141
}

0 commit comments

Comments
 (0)