Class: TurnKit::PromptBuildContext
- Inherits:
-
Struct
- Object
- Struct
- TurnKit::PromptBuildContext
- Defined in:
- lib/turnkit/prompt_context.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#conversation ⇒ Object
Returns the value of attribute conversation.
-
#model ⇒ Object
Returns the value of attribute model.
-
#turn ⇒ Object
Returns the value of attribute turn.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
4 5 6 |
# File 'lib/turnkit/prompt_context.rb', line 4 def agent @agent end |
#conversation ⇒ Object
Returns the value of attribute conversation
4 5 6 |
# File 'lib/turnkit/prompt_context.rb', line 4 def conversation @conversation end |
#model ⇒ Object
Returns the value of attribute model
4 5 6 |
# File 'lib/turnkit/prompt_context.rb', line 4 def model @model end |
#turn ⇒ Object
Returns the value of attribute turn
4 5 6 |
# File 'lib/turnkit/prompt_context.rb', line 4 def turn @turn end |