[deprecated] Tool Message
Tool messages are used to describe agent-tool usage events within the context of a conversation. Typically a user will prompt an agent who will decide which tool name
to use (if any), an optional input
and an optional Chain-of-Thought thought
.
After running the tool an additional observation
is generated.
Example:
Field Name
Type
Description
Required
type
String
Tool identifier.
name
String
Tool name
thought
String
Chain-of-Thought reasoning.
input
Object
Collection of tool arguments.
observation
String
Tool execution result.
event_timestamp
Timestamp
(ISO 8601)
The timestamp of when this message was sent or received.
Last updated