Class: CodexSDK::TurnOptions
- Inherits:
-
Data
- Object
- Data
- CodexSDK::TurnOptions
- Defined in:
- lib/codex_sdk/options.rb
Overview
Per-turn options (output schema, abort).
Instance Attribute Summary collapse
-
#output_schema ⇒ Object
readonly
Returns the value of attribute output_schema.
Instance Method Summary collapse
-
#initialize(output_schema: nil) ⇒ TurnOptions
constructor
A new instance of TurnOptions.
Constructor Details
#initialize(output_schema: nil) ⇒ TurnOptions
Returns a new instance of TurnOptions.
54 55 56 |
# File 'lib/codex_sdk/options.rb', line 54 def initialize(output_schema: nil) super end |
Instance Attribute Details
#output_schema ⇒ Object (readonly)
Returns the value of attribute output_schema
53 54 55 |
# File 'lib/codex_sdk/options.rb', line 53 def output_schema @output_schema end |