Uses of Record Class
dev.dokimos.core.agents.ToolCall
Packages that use ToolCall
-
Uses of ToolCall in dev.dokimos.core.agents
Methods in dev.dokimos.core.agents that return ToolCallModifier and TypeMethodDescriptionToolCall.Builder.build()Builds the tool call.static ToolCallCreates a tool call from a map, typically when deserializing from a JSON dataset.static ToolCallCreates a tool call with just a name and arguments.Methods in dev.dokimos.core.agents that return types with arguments of type ToolCallModifier and TypeMethodDescriptionAgentTrace.toolCalls()Returns the value of thetoolCallsrecord component.Methods in dev.dokimos.core.agents with parameters of type ToolCallModifier and TypeMethodDescriptionAgentTrace.Builder.addToolCall(ToolCall toolCall) Adds a tool call to the trace.Method parameters in dev.dokimos.core.agents with type arguments of type ToolCallModifier and TypeMethodDescriptionSets all tool calls.Constructor parameters in dev.dokimos.core.agents with type arguments of type ToolCall