AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
ToolResultPayload
Interface ToolResultPayload
Payload for providing tool results, abstracting success/error.
Export
ToolResultPayload
interface
ToolResultPayload
{
type
:
"error"
|
"success"
;
}
Index
Properties
type
Properties
type
type
:
"error"
|
"success"
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
type
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Payload for providing tool results, abstracting success/error.
Export
ToolResultPayload