/AWS1/CL_BDRREASONINGTEXTBLOCK¶
Contains the reasoning that the model used to return the output.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_text TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING¶
The reasoning that the model used to return the output.
Optional arguments:¶
iv_signature TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING¶
A token that verifies that the reasoning text was generated by the model. If you pass a reasoning block back to the API in a multi-turn conversation, include the text and its signature unmodified.
Queryable Attributes¶
text¶
The reasoning that the model used to return the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
signature¶
A token that verifies that the reasoning text was generated by the model. If you pass a reasoning block back to the API in a multi-turn conversation, include the text and its signature unmodified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNATURE() |
Getter for SIGNATURE, with configurable default |
ASK_SIGNATURE() |
Getter for SIGNATURE w/ exceptions if field has no value |
HAS_SIGNATURE() |
Determine if SIGNATURE has a value |