Class: TurnKit::PromptBuildContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/turnkit/prompt_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



4
5
6
# File 'lib/turnkit/prompt_context.rb', line 4

def agent
  @agent
end

#conversationObject

Returns the value of attribute conversation

Returns:

  • (Object)

    the current value of conversation



4
5
6
# File 'lib/turnkit/prompt_context.rb', line 4

def conversation
  @conversation
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



4
5
6
# File 'lib/turnkit/prompt_context.rb', line 4

def model
  @model
end

#turnObject

Returns the value of attribute turn

Returns:

  • (Object)

    the current value of turn



4
5
6
# File 'lib/turnkit/prompt_context.rb', line 4

def turn
  @turn
end