Skip to content
Kward Search API index

Class: Kward::PluginChatRuntime::Chat

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptorObject

Returns the value of attribute descriptor

Returns:

  • (Object)

    the current value of descriptor



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def descriptor
  @descriptor
end

#driverObject

Returns the value of attribute driver

Returns:

  • (Object)

    the current value of driver



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def driver
  @driver
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def id
  @id
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def queue
  @queue
end

#running_turn_idObject

Returns the value of attribute running_turn_id

Returns:

  • (Object)

    the current value of running_turn_id



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def running_turn_id
  @running_turn_id
end

#scope_keyObject

Returns the value of attribute scope_key

Returns:

  • (Object)

    the current value of scope_key



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def scope_key
  @scope_key
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def type
  @type
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def worker
  @worker
end

#workspace_rootObject

Returns the value of attribute workspace_root

Returns:

  • (Object)

    the current value of workspace_root



20
21
22
# File 'lib/kward/plugin_chat_runtime.rb', line 20

def workspace_root
  @workspace_root
end