menu
langchain package
documentation
langchain.dart
BaseActionAgent
returnValues property
returnValues property
dark_mode
light_mode
returnValues
property
Set
<
String
>
get
returnValues
Returns values of the agent.
Implementation
Set<String> get returnValues { return const {agentReturnKey}; }
langchain package
documentation
langchain
BaseActionAgent
returnValues property
BaseActionAgent class