@langwatch/scenario
Preparing search index...
ToolCallPick
Interface ToolCallPick
The input and the output of one tool call pick.
interface
ToolCallPick
{
input
:
StateMapping
;
output
:
StateMapping
;
}
Index
Properties
input
output
Properties
input
input
:
StateMapping
The arguments of the call.
output
output
:
StateMapping
The result of the call.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
output
@langwatch/scenario
Loading...
The input and the output of one tool call pick.