repo2post - v0.1.1
npm
GitHub
VTX Labs
Preparing search index...
GeneratedPost
Interface GeneratedPost
The finished generation plus the metadata about how it was produced.
interface
GeneratedPost
{
content
:
string
;
finishReason
?:
string
;
model
:
string
;
style
:
StyleName
;
usage
?:
{
inputTokens
?:
number
;
outputTokens
?:
number
;
totalTokens
?:
number
;
}
;
}
Index
Properties
content
finish
Reason?
model
style
usage?
Properties
content
content
:
string
Optional
finish
Reason
finishReason
?:
string
model
model
:
string
style
style
:
StyleName
Optional
usage
usage
?:
{
inputTokens
?:
number
;
outputTokens
?:
number
;
totalTokens
?:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
finish
Reason
model
style
usage
npm
GitHub
VTX Labs
repo2post - v0.1.1
Loading...
The finished generation plus the metadata about how it was produced.