Agent Thinking
Agent Thinking informs the client when the agent is processing information.
What is the AgentThinking
Message
AgentThinking
MessageThe AgentThinking
message is used to inform the client the agent is processing information.
Receiving AgentThinking
AgentThinking
The server will send an AgentThinking
message to inform the client of a non-verbalized agent thought. When functions are available, some LLMs use these thoughts to decide which functions to call.
{
"type": "AgentThinking",
"content": "" // The text of the agent's thought
}
Conclusion
The AgentThinking
message informs the client when the agent is processing internally, without verbalizing its thoughts. This allows the system to handle non-verbalized reasoning and, in some cases, determine which functions to call, ensuring smoother and more dynamic interactions.
Updated about 11 hours ago