Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Class and Description |
---|---|
class |
ErrorTrace
The trace information about the error.
|
class |
GenerationTrace
The trace information about the generated response.
|
class |
RetrievalTrace
The trace that displays the retrieval information.
|
Modifier and Type | Method and Description |
---|---|
List<Trace> |
ChatResult.getTraces()
The trace that displays the internal progression, such as reasoning and actions during an
execution.
|
Modifier and Type | Method and Description |
---|---|
ChatResult.Builder |
ChatResult.Builder.traces(List<Trace> traces)
The trace that displays the internal progression, such as reasoning and actions during an
execution.
|
Constructor and Description |
---|
ChatResult(Message message,
List<Trace> traces)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.