Uses of Class
uno.anahata.ai.tools.ExecutedToolCall
Packages that use ExecutedToolCall
Package
Description
Provides the core framework for defining and managing local tools (functions) that the AI model can execute.
-
Uses of ExecutedToolCall in uno.anahata.ai.tools
Fields in uno.anahata.ai.tools with type parameters of type ExecutedToolCallModifier and TypeFieldDescriptionfinal List<ExecutedToolCall> FunctionProcessingResult.executedCallsA list of all tool calls that were approved and successfully executed during this turn.
