Readonly_The completion post response.
ReadonlyrawParses the response and returns the choice by index.
The index of the choice to find.
An LLMChoice object associated with the index.
Messages that can be used for subsequent prompts as message history.
OptionalchoiceIndex: numberThe index of the choice to parse.
A list of all messages.
Gets the assistant message from the response.
OptionalchoiceIndex: numberThe index of the choice to use (default is 0).
The assistant message.
Parses the orchestration response and returns the content. If the response was filtered, an error is thrown.
OptionalchoiceIndex: numberThe index of the choice to parse.
The message content.
Reason for stopping the completion.
OptionalchoiceIndex: numberThe index of the choice to parse.
The finish reason.
Gets the intermediate failures from the orchestration response. When using module fallback, this contains errors from module configurations that failed before a successful one was found.
Each failure includes:
The intermediate failures, or undefined if there were none.
Gets the intermediate results from the orchestration response.
The intermediate results.
Parses the orchestration response and returns the refusal message generated by the model.
OptionalchoiceIndex: numberThe index of the choice to parse.
The refusal string.
Gets the request ID from the orchestration response.
The request ID.
Usage of tokens in the response.
Token usage.
Parses the orchestration response and returns the tool calls generated by the model.
OptionalchoiceIndex: numberThe index of the choice to parse.
The message tool calls.
Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.
Representation of an orchestration response.