@langwatch/scenario
Preparing search index...
ConnectedAgentReply
Interface ConnectedAgentReply
The output of one turn plus the session the function keeps for the next turn of the thread.
interface
ConnectedAgentReply
{
output
:
ConnectedAgentOutput
;
session
?:
unknown
;
}
Index
Properties
output
session?
Properties
output
output
:
ConnectedAgentOutput
Optional
session
session
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
output
session
@langwatch/scenario
Loading...
The output of one turn plus the session the function keeps for the next turn of the thread.