Skip to content

Commit b56eb71

Browse files
committed
👌 IMPROVE: Docs
1 parent 2b3fa03 commit b56eb71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎apps/baseai.dev/content/docs/api-reference/pipe-run.mdx‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)