Skip to content

Commit

Permalink
docs[patch]: Agent pointer (#3549)
Browse files Browse the repository at this point in the history
* Adds pointer to OpenAI functions agent

* Adds pointer to OpenAI functions agent

---------

Co-authored-by: Brace Sproul <[email protected]>
  • Loading branch information
jacoblee93 and bracesproul authored Dec 5, 2023
1 parent a3f33a6 commit 184ae6d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Structured tool chat

:::info
If you are using a functions-capable model like ChatOpenAI, we currently recommend that you use the [OpenAI Functions agent](/docs/modules/agents/agent_types/openai_functions_agent)
for more complex tool calling.
:::

The structured tool chat agent is capable of using multi-input tools.

Older agents are configured to specify an action input as a single string, but this agent can use the provided tools' `args_schema` to populate the action input.
Expand Down

2 comments on commit 184ae6d

@vercel
Copy link

@vercel vercel bot commented on 184ae6d Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 184ae6d Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

langchainjs-docs-langchain.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
langchainjs-docs-ruddy.vercel.app
js.langchain.com

Please sign in to comment.