Uses of Interface
io.camunda.client.api.command.CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStep
-
Uses of CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStep in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStepModifier and TypeMethodDescriptionSets the opaque job lease token received from the job activation response.CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStep.loopIteration(int loopIteration) Sets the sequential loopIteration number this item belongs to.CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStep.metrics(AgentInstanceHistoryMetrics metrics) Sets per-call token and latency metrics.CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep5.producedAt(OffsetDateTime producedAt) Sets the connector-side timestamp when this message was produced.CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStep.toolCalls(List<AgentInstanceHistoryToolCall> toolCalls) Sets the tool calls associated with this history item. -
Uses of CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStep in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStepMethods in io.camunda.client.impl.command that return CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemFinalCommandStepModifier and TypeMethodDescriptionCreateAgentHistoryItemCommandImpl.loopIteration(int loopIteration) CreateAgentHistoryItemCommandImpl.metrics(AgentInstanceHistoryMetrics metrics) CreateAgentHistoryItemCommandImpl.producedAt(OffsetDateTime producedAt) CreateAgentHistoryItemCommandImpl.requestTimeout(Duration requestTimeout) CreateAgentHistoryItemCommandImpl.toolCalls(List<AgentInstanceHistoryToolCall> toolCalls)