@valon-technologies/gestalt
Preparing search index...
index
AgentMessagePart
Interface AgentMessagePart
interface
AgentMessagePart
{
type
?:
AgentMessagePartType
;
text
?:
string
;
json
?:
object
;
toolCall
?:
AgentMessagePartToolCall
;
toolResult
?:
AgentMessagePartToolResult
;
imageRef
?:
AgentMessagePartImageRef
;
}
Index
Properties
type?
text?
json?
tool
Call?
tool
Result?
image
Ref?
Properties
Optional
type
type
?:
AgentMessagePartType
Optional
text
text
?:
string
Optional
json
json
?:
object
Optional
tool
Call
toolCall
?:
AgentMessagePartToolCall
Optional
tool
Result
toolResult
?:
AgentMessagePartToolResult
Optional
image
Ref
imageRef
?:
AgentMessagePartImageRef
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
text
json
tool
Call
tool
Result
image
Ref
@valon-technologies/gestalt
Loading...