Class: Kward::RPC::SessionManager::RpcSession
- Inherits:
-
Struct
- Object
- Struct
- Kward::RPC::SessionManager::RpcSession
- Defined in:
- lib/kward/rpc/session_manager.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#conversation ⇒ Object
Returns the value of attribute conversation.
-
#id ⇒ Object
Returns the value of attribute id.
-
#plugin_output ⇒ Object
Returns the value of attribute plugin_output.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#running_turn_id ⇒ Object
Returns the value of attribute running_turn_id.
-
#session ⇒ Object
Returns the value of attribute session.
-
#store ⇒ Object
Returns the value of attribute store.
-
#tool_registry ⇒ Object
Returns the value of attribute tool_registry.
-
#worker ⇒ Object
Returns the value of attribute worker.
-
#workspace_root ⇒ Object
Returns the value of attribute workspace_root.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def agent @agent end |
#conversation ⇒ Object
Returns the value of attribute conversation
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def conversation @conversation end |
#id ⇒ Object
Returns the value of attribute id
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def id @id end |
#plugin_output ⇒ Object
Returns the value of attribute plugin_output
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def plugin_output @plugin_output end |
#prompt ⇒ Object
Returns the value of attribute prompt
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def prompt @prompt end |
#queue ⇒ Object
Returns the value of attribute queue
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def queue @queue end |
#running_turn_id ⇒ Object
Returns the value of attribute running_turn_id
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def running_turn_id @running_turn_id end |
#session ⇒ Object
Returns the value of attribute session
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def session @session end |
#store ⇒ Object
Returns the value of attribute store
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def store @store end |
#tool_registry ⇒ Object
Returns the value of attribute tool_registry
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def tool_registry @tool_registry end |
#worker ⇒ Object
Returns the value of attribute worker
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def worker @worker end |
#workspace_root ⇒ Object
Returns the value of attribute workspace_root
38 39 40 |
# File 'lib/kward/rpc/session_manager.rb', line 38 def workspace_root @workspace_root end |