Uses of Interface
de.espirit.firstspirit.ai.dto.ToolCall
Packages that use ToolCall
-
Uses of ToolCall in de.espirit.firstspirit.ai.dto
Subinterfaces of ToolCall in de.espirit.firstspirit.ai.dtoModifier and TypeInterfaceDescriptioninterface
Instructions for invoking a previously specifiedFunction
.Methods in de.espirit.firstspirit.ai.dto that return types with arguments of type ToolCallModifier and TypeMethodDescriptionMessage.getToolCalls()
Returns a list of tools as part of an AI response, which are expected to be evaluated by the requester.Methods in de.espirit.firstspirit.ai.dto with parameters of type ToolCallModifier and TypeMethodDescription@NotNull Message.Builder
Message.Builder.addToolCall
(@NotNull ToolCall toolCall) Adds a request for a specific tool invocation to this message, usually part of the AI response.