We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da01a61 commit b25d666Copy full SHA for b25d666
1 file changed
packages/langbase/src/langbase/langbase.ts
@@ -243,7 +243,7 @@ interface PipeBaseOptions {
243
tool_choice?: 'auto' | 'required' | ToolChoice;
244
parallel_tool_calls?: boolean;
245
messages?: Message[];
246
- variables?: Variable[];
+ variables?: Variable[] | Record<string, string>;
247
memory?: {
248
name: string;
249
}[];
0 commit comments