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



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def agent
  @agent
end

#conversationObject

Returns the value of attribute conversation

Returns:

  • (Object)

    the current value of conversation



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def conversation
  @conversation
end

Returns the value of attribute footer_worker

Returns:

  • (Object)

    the current value of footer_worker



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def footer_worker
  @footer_worker
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def id
  @id
end

Returns the value of attribute last_footer_text

Returns:

  • (Object)

    the current value of last_footer_text



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

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



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def plugin_output
  @plugin_output
end

#promptObject

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def prompt
  @prompt
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def queue
  @queue
end

#running_turn_idObject

Returns the value of attribute running_turn_id

Returns:

  • (Object)

    the current value of running_turn_id



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def running_turn_id
  @running_turn_id
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def session
  @session
end

#storeObject

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def store
  @store
end

#tool_registryObject

Returns the value of attribute tool_registry

Returns:

  • (Object)

    the current value of tool_registry



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def tool_registry
  @tool_registry
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def worker
  @worker
end

#workspace_rootObject

Returns the value of attribute workspace_root

Returns:

  • (Object)

    the current value of workspace_root



61
62
63
# File 'lib/kward/rpc/session_manager.rb', line 61

def workspace_root
  @workspace_root
end