Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
apis
llm_service
LLMResponse
Interface LLMResponse
interface
LLMResponse
{
finish_reason
:
string
;
latency_ms
:
number
;
model
:
string
;
output_text
:
string
;
provider
:
node
.
apis
.
llm_service
.
Provider
;
raw
?:
any
;
usage
:
LLMUsage
;
}
Index
Properties
finish_
reason
latency_
ms
model
output_
text
provider
raw?
usage
Properties
finish_
reason
finish_
reason
:
string
latency_
ms
latency_
ms
:
number
model
model
:
string
output_
text
output_
text
:
string
provider
provider
:
node
.
apis
.
llm_service
.
Provider
Optional
raw
raw
?:
any
usage
usage
:
LLMUsage
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
finish_
reason
latency_
ms
model
output_
text
provider
raw
usage
Tidyscripts Docs
Loading...