TracePart.Builder |
TracePart.Builder.agentAliasId(String agentAliasId) |
The unique identifier of the alias of the agent.
|
TracePart.Builder |
TracePart.BuilderImpl.agentAliasId(String agentAliasId) |
|
TracePart.Builder |
TracePart.Builder.agentId(String agentId) |
The unique identifier of the agent.
|
TracePart.Builder |
TracePart.BuilderImpl.agentId(String agentId) |
|
TracePart.Builder |
TracePart.Builder.agentVersion(String agentVersion) |
The version of the agent.
|
TracePart.Builder |
TracePart.BuilderImpl.agentVersion(String agentVersion) |
|
static TracePart.Builder |
TracePart.builder() |
|
TracePart.Builder |
TracePart.Builder.callerChain(Collection<Caller> callerChain) |
The part's caller chain.
|
TracePart.Builder |
TracePart.Builder.callerChain(Consumer<Caller.Builder>... callerChain) |
The part's caller chain.
|
TracePart.Builder |
TracePart.Builder.callerChain(Caller... callerChain) |
The part's caller chain.
|
TracePart.Builder |
TracePart.BuilderImpl.callerChain(Collection<Caller> callerChain) |
|
TracePart.Builder |
TracePart.BuilderImpl.callerChain(Consumer<Caller.Builder>... callerChain) |
|
TracePart.Builder |
TracePart.BuilderImpl.callerChain(Caller... callerChain) |
|
TracePart.Builder |
TracePart.Builder.collaboratorName(String collaboratorName) |
The part's collaborator name.
|
TracePart.Builder |
TracePart.BuilderImpl.collaboratorName(String collaboratorName) |
|
TracePart.Builder |
TracePart.Builder.eventTime(Instant eventTime) |
The time of the trace.
|
TracePart.Builder |
TracePart.BuilderImpl.eventTime(Instant eventTime) |
|
TracePart.Builder |
TracePart.Builder.sessionId(String sessionId) |
The unique identifier of the session with the agent.
|
TracePart.Builder |
TracePart.BuilderImpl.sessionId(String sessionId) |
|
TracePart.Builder |
TracePart.toBuilder() |
|
default TracePart.Builder |
TracePart.Builder.trace(Consumer<Trace.Builder> trace) |
Contains one part of the agent's reasoning process and results from calling API actions and querying
knowledge bases.
|
TracePart.Builder |
TracePart.Builder.trace(Trace trace) |
Contains one part of the agent's reasoning process and results from calling API actions and querying
knowledge bases.
|
TracePart.Builder |
TracePart.BuilderImpl.trace(Trace trace) |
|
static TracePart.Builder |
ResponseStream.traceBuilder() |
Create a builder for the trace event type for this stream.
|