smoltalk
Preparing search index...
PromptResult
Type Alias PromptResult
type
PromptResult
=
{
cost
?:
CostEstimate
;
model
?:
ModelName
|
ModelConfig
;
output
:
string
|
null
;
thinkingBlocks
?:
ThinkingBlock
[]
;
toolCalls
:
ToolCall
[]
;
usage
?:
TokenUsage
;
}
Index
Properties
cost?
model?
output
thinking
Blocks?
tool
Calls
usage?
Properties
Optional
cost
cost
?:
CostEstimate
Optional
model
model
?:
ModelName
|
ModelConfig
output
output
:
string
|
null
Optional
thinking
Blocks
thinkingBlocks
?:
ThinkingBlock
[]
tool
Calls
toolCalls
:
ToolCall
[]
Optional
usage
usage
?:
TokenUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cost
model
output
thinking
Blocks
tool
Calls
usage
smoltalk
Loading...