Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Crig::Providers::OpenAI::Chat::ToolResultContentValue
Inherits
Struct
<
Value
<
Object
Constructors
from_string
(text :
String
, use_array_format :
Bool
= false) : self
Source
new
(kind :
Kind
, array_value :
Array
(
ToolResultContent
) |
Nil
= nil, string_value :
String
|
Nil
= nil)
Source
Instance methods
array_value
Source
as_text
Source
kind
Source
string_value
Source
to_array
Source
to_json_value
Source
Nested types
Crig::Providers::OpenAI::Chat::ToolResultContentValue::Kind