langchain.js
Preparing search index...
@langchain/xai
XAIResponsesDebugOutput
Interface XAIResponsesDebugOutput
Debug output information (when available).
interface
XAIResponsesDebugOutput
{
model_info
?:
Record
<
string
,
unknown
>
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Additional debug data.
Index
Properties
model_
info?
Properties
Optional
model_
info
model_info
?:
Record
<
string
,
unknown
>
Debug model information.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
model_
info
langchain.js
Loading...
Debug output information (when available).