File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
apps/baseai.dev/content/docs/api-reference Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ The BaseAI core package provides a `pipe.run()` function that you can use in you
106106 role: ' user' | ' assistant' | ' system' | ' tool' ;
107107 content: string | null ;
108108 name? : string ;
109+ runTools? : boolean ;
109110 tool_call_id? : string ;
110111 tool_calls? : ToolCall [];
111112 }
@@ -123,6 +124,9 @@ The BaseAI core package provides a `pipe.run()` function that you can use in you
123124 <Property name = " name" type = " string" >
124125 The name of the tool called by LLM
125126 </Property >
127+ <Property name = " runTools" type = " boolean" >
128+ Enable if you want BaseAI to automically run tools.
129+ </Property >
126130 <Property name = " tool_call_id" type = " string" >
127131 The id of the tool called by LLM
128132 </Property >
You can’t perform that action at this time.
0 commit comments