Skip to content

Commit

Permalink
docs: update api.md
Browse files Browse the repository at this point in the history
overriden -> overridden
  • Loading branch information
eltociear authored Sep 19, 2024
1 parent 39f71a3 commit d8df239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js-sdk-docs/modules/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ ___
| :------ | :------ | :------ |
| `messages` | [`InputChatMLMessage`](api.md#inputchatmlmessage)[] | A list of new input messages comprising the conversation so far. |
| `tool_choice?` | [`ToolChoiceOption`](api.md#toolchoiceoption) \| [`NamedToolChoice`](api.md#namedtoolchoice) \| ``null`` | Can be one of existing tools given to the agent earlier or the ones included in the request |
| `tools?` | [`Tool`](api.md#tool)[] \| ``null`` | (Advanced) List of tools that are provided in addition to agent's default set of tools. Functions of same name in agent set are overriden |
| `tools?` | [`Tool`](api.md#tool)[] \| ``null`` | (Advanced) List of tools that are provided in addition to agent's default set of tools. Functions of same name in agent set are overridden |

#### Defined in

Expand Down

0 comments on commit d8df239

Please sign in to comment.