Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
AgentOSToolCallRequestChunk
Interface AgentOSToolCallRequestChunk
interface
AgentOSToolCallRequestChunk
{
streamId
:
string
;
gmiInstanceId
:
string
;
personaId
:
string
;
isFinal
:
boolean
;
timestamp
:
string
;
metadata
?:
Record
<
string
,
any
>
;
type
:
TOOL_CALL_REQUEST
;
toolCalls
:
ToolCallRequest
[]
;
rationale
?:
string
;
executionMode
:
AgentOSToolCallExecutionMode
;
requiresExternalToolResult
:
boolean
;
}
Hierarchy (
view full
)
AgentOSResponseChunk
AgentOSToolCallRequestChunk
Index
Properties
stream
Id
gmi
Instance
Id
persona
Id
is
Final
timestamp
metadata?
type
tool
Calls
rationale?
execution
Mode
requires
External
Tool
Result
Properties
stream
Id
stream
Id
:
string
gmi
Instance
Id
gmi
Instance
Id
:
string
persona
Id
persona
Id
:
string
is
Final
is
Final
:
boolean
timestamp
timestamp
:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
type
type
:
TOOL_CALL_REQUEST
tool
Calls
tool
Calls
:
ToolCallRequest
[]
Optional
rationale
rationale
?:
string
execution
Mode
execution
Mode
:
AgentOSToolCallExecutionMode
requires
External
Tool
Result
requires
External
Tool
Result
:
boolean
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
stream
Id
gmi
Instance
Id
persona
Id
is
Final
timestamp
metadata
type
tool
Calls
rationale
execution
Mode
requires
External
Tool
Result
Architecture
Cognitive Memory
RAG & Memory
Capability Discovery
Tool Calling
Skills
Voice TTS/STT
Safety Primitives
Guardrails
Observability
Planning Engine
Human-in-the-Loop
Agent Communication
Changelog
@framers/agentos - v0.1.166
Loading...