Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
AgentOSToolResultInput
Interface AgentOSToolResultInput
Host-provided result for one externally executed tool call.
interface
AgentOSToolResultInput
{
toolCallId
:
string
;
toolName
:
string
;
toolOutput
:
any
;
isSuccess
:
boolean
;
errorMessage
?:
string
;
}
Index
Properties
tool
Call
Id
tool
Name
tool
Output
is
Success
error
Message?
Properties
tool
Call
Id
tool
Call
Id
:
string
tool
Name
tool
Name
:
string
tool
Output
tool
Output
:
any
is
Success
is
Success
:
boolean
Optional
error
Message
error
Message
?:
string
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
tool
Call
Id
tool
Name
tool
Output
is
Success
error
Message
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...
Host-provided result for one externally executed tool call.