input
is the prompt or chat history you send to the model, and output
is the response you get back.input
is the arguments you send to the tool, and output
is the result you get back.
Note that tools cannot be tracked standalone; they need to be part of an agent or a chain run.chat
runs and is used to represent a conversation or a chatbot session.You don’t need to pass any input
or output
to a thread. You also don’t need to end a thread explicitly.organizationId
or teamId
as metadata to identify those levels of users.Learn more about users