Class: Kward::Events::ToolResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'lib/kward/events.rb', line 10

def content
  @content
end

#tool_callObject

Returns the value of attribute tool_call

Returns:

  • (Object)

    the current value of tool_call



10
11
12
# File 'lib/kward/events.rb', line 10

def tool_call
  @tool_call
end