@langwatch/scenario
Preparing search index...
AgentReturnTypes
Type Alias AgentReturnTypes
AgentReturnTypes
:
string
|
ModelMessage
|
ModelMessage
[]
|
JudgeResult
|
null
The possible return types from an agent's
call
method.
string | ModelMessage | ModelMessage[]: Agent generated response
JudgeResult: Judge made a final decision
null: Judge wants to continue observing (no decision yet)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@langwatch/scenario
Loading...
The possible return types from an agent's
callmethod.