Class: Kward::RPC::SessionManager::RpcSession

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/rpc/session_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def agent
  @agent
end

#conversationObject

Returns the value of attribute conversation

Returns:

  • (Object)

    the current value of conversation



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def conversation
  @conversation
end

Returns the value of attribute footer_worker

Returns:

  • (Object)

    the current value of footer_worker



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def footer_worker
  @footer_worker
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def id
  @id
end

Returns the value of attribute last_footer_text

Returns:

  • (Object)

    the current value of last_footer_text



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def last_footer_text
  @last_footer_text
end

#plugin_outputObject

Returns the value of attribute plugin_output

Returns:

  • (Object)

    the current value of plugin_output



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def plugin_output
  @plugin_output
end

#promptObject

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def prompt
  @prompt
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def queue
  @queue
end

#running_turn_idObject

Returns the value of attribute running_turn_id

Returns:

  • (Object)

    the current value of running_turn_id



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def running_turn_id
  @running_turn_id
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def session
  @session
end

#storeObject

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def store
  @store
end

#tool_registryObject

Returns the value of attribute tool_registry

Returns:

  • (Object)

    the current value of tool_registry



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def tool_registry
  @tool_registry
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def worker
  @worker
end

#workspace_rootObject

Returns the value of attribute workspace_root

Returns:

  • (Object)

    the current value of workspace_root



41
42
43
# File 'lib/kward/rpc/session_manager.rb', line 41

def workspace_root
  @workspace_root
end