Skip to content

Commit b25d666

Browse files
authored
👌 IMPROVE: Variables mapping (#106)
* 📦 NEW: Variables mapping * 👌 IMPROVE: Variables
1 parent da01a61 commit b25d666

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
@@ -243,7 +243,7 @@ interface PipeBaseOptions {
243243
tool_choice?: 'auto' | 'required' | ToolChoice;
244244
parallel_tool_calls?: boolean;
245245
messages?: Message[];
246-
variables?: Variable[];
246+
variables?: Variable[] | Record<string, string>;
247247
memory?: {
248248
name: string;
249249
}[];

0 commit comments

Comments
 (0)