Class: PhaseoAgentSdk::ModelRequest
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::ModelRequest
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
Returns the value of attribute agent_id.
-
#context ⇒ Object
Returns the value of attribute context.
-
#instructions ⇒ Object
Returns the value of attribute instructions.
-
#max_output_tokens ⇒ Object
Returns the value of attribute max_output_tokens.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#model ⇒ Object
Returns the value of attribute model.
-
#temperature ⇒ Object
Returns the value of attribute temperature.
-
#tools ⇒ Object
Returns the value of attribute tools.
-
#top_p ⇒ Object
Returns the value of attribute top_p.
Instance Attribute Details
#agent_id ⇒ Object
Returns the value of attribute agent_id
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def agent_id @agent_id end |
#context ⇒ Object
Returns the value of attribute context
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def context @context end |
#instructions ⇒ Object
Returns the value of attribute instructions
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def instructions @instructions end |
#max_output_tokens ⇒ Object
Returns the value of attribute max_output_tokens
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def max_output_tokens @max_output_tokens end |
#messages ⇒ Object
Returns the value of attribute messages
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def @messages end |
#model ⇒ Object
Returns the value of attribute model
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def model @model end |
#temperature ⇒ Object
Returns the value of attribute temperature
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def temperature @temperature end |
#tools ⇒ Object
Returns the value of attribute tools
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def tools @tools end |
#top_p ⇒ Object
Returns the value of attribute top_p
21 22 23 |
# File 'lib/phaseo_agent_sdk.rb', line 21 def top_p @top_p end |