π€Agents
Some applications will require not just a predetermined chain of calls to LLMs/other tools, but potentially an unknown chain that depends on the userβs input. In these types of chains, there is a βagentβ which has access to a suite of tools. Depending on the user input, the agent can then decide which, if any, of these tools to call.
Last updated