menu
llm_dart package
documentation
providers/openai/chat.dart
OpenAIChatResponse
OpenAIChatResponse.new constructor
OpenAIChatResponse.new constructor
dark_mode
light_mode
OpenAIChatResponse
constructor
OpenAIChatResponse
(
Map
<
String
,
dynamic
>
_rawResponse
, [
String
?
_thinkingContent
])
Implementation
OpenAIChatResponse(this._rawResponse, [this._thinkingContent]);
llm_dart package
documentation
providers/openai/chat
OpenAIChatResponse
OpenAIChatResponse.new constructor
OpenAIChatResponse class