Uses of Class
uno.anahata.ai.tools.ToolCallOutcome
Packages that use ToolCallOutcome
Package
Description
Provides the core framework for defining and managing local tools (functions) that the AI model can execute.
-
Uses of ToolCallOutcome in uno.anahata.ai.tools
Fields in uno.anahata.ai.tools with type parameters of type ToolCallOutcomeModifier and TypeFieldDescriptionfinal List<ToolCallOutcome> FunctionProcessingResult.outcomesA definitive list of outcomes for every tool call proposed by the model in this turn, including those that were denied or cancelled.
