@themaximalist/llm.js
Preparing search index...
Response
Interface Response
interface
Response
{
content
:
string
;
messages
:
Message
[]
;
options
:
Options
;
service
:
string
;
thinking
?:
string
;
tool_calls
?:
ToolCall
[]
;
usage
:
Usage
;
}
Hierarchy (
View Summary
)
Response
StreamResponse
Index
Properties
content
messages
options
service
thinking?
tool_
calls?
usage
Properties
content
content
:
string
messages
messages
:
Message
[]
options
options
:
Options
service
service
:
string
Optional
thinking
thinking
?:
string
Optional
tool_
calls
tool_calls
?:
ToolCall
[]
usage
usage
:
Usage
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
messages
options
service
thinking
tool_
calls
usage
@themaximalist/llm.js
Loading...