@jataware/beaker-client
Preparing search index...
index
IChatHistory
Interface IChatHistory
interface
IChatHistory
{
message_token_count
?:
number
;
model
?:
IChatModel
;
overhead_token_count
?:
number
;
records
:
RecordType
[]
;
summarization_threshold
?:
number
;
summary_token_count
?:
number
;
systemMessage
?:
string
;
systemMessageRecord
?:
RecordType
;
systemPreambleRecord
?:
RecordType
;
token_estimate
?:
number
;
toolTokenUsageEstimate
?:
number
;
userPreambleRecord
?:
RecordType
;
}
Implemented by
ChatHistory
Index
Properties
message_
token_
count?
model?
overhead_
token_
count?
records
summarization_
threshold?
summary_
token_
count?
system
Message?
system
Message
Record?
system
Preamble
Record?
token_
estimate?
tool
Token
Usage
Estimate?
user
Preamble
Record?
Properties
Optional
message_
token_
count
message_token_count
?:
number
Optional
model
model
?:
IChatModel
Optional
overhead_
token_
count
overhead_token_count
?:
number
records
records
:
RecordType
[]
Optional
summarization_
threshold
summarization_threshold
?:
number
Optional
summary_
token_
count
summary_token_count
?:
number
Optional
system
Message
systemMessage
?:
string
Optional
system
Message
Record
systemMessageRecord
?:
RecordType
Optional
system
Preamble
Record
systemPreambleRecord
?:
RecordType
Optional
token_
estimate
token_estimate
?:
number
Optional
tool
Token
Usage
Estimate
toolTokenUsageEstimate
?:
number
Optional
user
Preamble
Record
userPreambleRecord
?:
RecordType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message_
token_
count
model
overhead_
token_
count
records
summarization_
threshold
summary_
token_
count
system
Message
system
Message
Record
system
Preamble
Record
token_
estimate
tool
Token
Usage
Estimate
user
Preamble
Record
@jataware/beaker-client
Loading...