Uses of Class
io.camunda.client.protocol.rest.AgentInstanceToolCall
Packages that use AgentInstanceToolCall
-
Uses of AgentInstanceToolCall in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return AgentInstanceToolCallModifier and TypeMethodDescriptionAgentInstanceToolCall.putArgumentsItem(String key, Object argumentsItem) AgentInstanceToolCall.toolCallId(String toolCallId) Methods in io.camunda.client.protocol.rest that return types with arguments of type AgentInstanceToolCallModifier and TypeMethodDescriptionAgentInstanceHistoryItemRequest.getToolCalls()Tool calls associated with this history item.AgentInstanceHistoryItemResult.getToolCalls()Tool calls for this item.Methods in io.camunda.client.protocol.rest with parameters of type AgentInstanceToolCallModifier and TypeMethodDescriptionAgentInstanceHistoryItemRequest.addToolCallsItem(AgentInstanceToolCall toolCallsItem) AgentInstanceHistoryItemResult.addToolCallsItem(AgentInstanceToolCall toolCallsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type AgentInstanceToolCallModifier and TypeMethodDescriptionvoidAgentInstanceHistoryItemRequest.setToolCalls(List<AgentInstanceToolCall> toolCalls) voidAgentInstanceHistoryItemResult.setToolCalls(List<AgentInstanceToolCall> toolCalls) AgentInstanceHistoryItemRequest.toolCalls(List<AgentInstanceToolCall> toolCalls) AgentInstanceHistoryItemResult.toolCalls(List<AgentInstanceToolCall> toolCalls)