Uses of Class
dev.dokimos.core.agents.ToolCall.Builder
Packages that use ToolCall.Builder
-
Uses of ToolCall.Builder in dev.dokimos.core.agents
Methods in dev.dokimos.core.agents that return ToolCall.BuilderModifier and TypeMethodDescriptionAdds an argument.Sets all arguments.static ToolCall.BuilderToolCall.builder()Creates a new builder for constructing tool calls.Adds a metadata entry.Sets all metadata.Sets the tool name.Sets the tool execution result.ToolCall.Builder.resultJson(Object value) Sets the tool execution result from an arbitrary value by serializing it to compact (single-line) JSON and storing it in the sameresultstring component used byresult(String).