llmwire - v2.2.0
GitHub
npm
llms.txt
Preparing search index...
llmwire
Step
Interface Step
One round of the tool loop: what the model said, what it called, what came back.
interface
Step
{
text
:
string
;
toolCalls
:
ToolCall
[]
;
toolResults
:
ToolResult
[]
;
usage
?:
TokenUsage
;
}
Index
Properties
text
tool
Calls
tool
Results
usage?
Properties
text
text
:
string
tool
Calls
toolCalls
:
ToolCall
[]
tool
Results
toolResults
:
ToolResult
[]
Optional
usage
usage
?:
TokenUsage
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
text
tool
Calls
tool
Results
usage
GitHub
npm
llms.txt
llmwire - v2.2.0
Loading...
One round of the tool loop: what the model said, what it called, what came back.