Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.4
@framers/agentos
ToolCallRequest
Interface ToolCallRequest
Describes a request from the LLM to call a specific tool/function. ToolCallRequest
interface
ToolCallRequest
{
id
:
string
;
name
:
string
;
arguments
:
Record
<
string
,
any
>
;
}
Index
Properties
id
name
arguments
Properties
id
id
:
string
name
name
:
string
arguments
arguments
:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
id
name
arguments
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v0.1.4
Loading...
Describes a request from the LLM to call a specific tool/function. ToolCallRequest