core/models/trigger_response library
Classes
- FunctionCallResponse
- The response object returned after executing an AI function call.
- FunctionDeclaration
- A collection of tools/functions declared to the AI model.
- FunctionDeclarationData
- Details about the retrieved function declarations.
- Parameters
- Parameters for a tool, following JSON Schema standards.
- Properties
- A simple wrapper for tool property maps.
- ToggleStatusResponse
- Response returned when toggling the active state of a function or tool.
- ToggleStatusResponseData
- Data payload for status toggle events.
- Tool
- A specific tool definition including its parameters.
- TriggerLog
- Log entry generated during a trigger execution.
-
TriggerResponse<
T> - A generic response wrapper for trigger-based interactions.
Typedefs
- FunctionCallResult = dynamic
- Represents the raw output of a function call.