menu
genai_components package
documentation
widgets/cl_ai_assistant/src/llm/react_agent.dart
AgentResponse
actions property
actions property
dark_mode
light_mode
actions
property
List
<
AgentAction
>
actions
final
All actions the agent performed during this turn.
Implementation
final List<AgentAction> actions;
genai_components package
documentation
widgets/cl_ai_assistant/src/llm/react_agent
AgentResponse
actions property
AgentResponse class