Class: Cerca::Models::ThreadStreamEvent::ThreadStreamContentMessage::Message::Content::ToolResult
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#content ⇒ String
243
|
# File 'lib/cerca/models/thread_stream_event.rb', line 243
required :content, String
|
#denied_by_user ⇒ Boolean?
263
|
# File 'lib/cerca/models/thread_stream_event.rb', line 263
optional :denied_by_user, Cerca::Internal::Type::Boolean, api_name: :deniedByUser
|
#is_error ⇒ Boolean
248
|
# File 'lib/cerca/models/thread_stream_event.rb', line 248
required :is_error, Cerca::Internal::Type::Boolean, api_name: :isError
|
253
|
# File 'lib/cerca/models/thread_stream_event.rb', line 253
required :tool_use_id, String, api_name: :toolUseId
|
#type ⇒ Symbol, :tool_result
258
|
# File 'lib/cerca/models/thread_stream_event.rb', line 258
required :type, const: :tool_result
|