@jataware/beaker-client
Preparing search index...
index
INotebookChatHistory
Interface INotebookChatHistory
interface
INotebookChatHistory
{
cell_links
:
{
[
key
:
string
]:
any
}
;
cell_links_format
:
IHistoryFormatVersion
;
format
:
IHistoryFormatVersion
;
history
:
{
format
:
IHistoryFormatVersion
;
metadata
?:
{
current_loop_id
?:
number
;
model
?:
INotebookChatHistoryModel
;
summarization_threshold
?:
number
;
token_estimate
?:
number
;
tool_token_estimate
?:
number
;
[
key
:
string
]:
any
;
}
;
raw_records
:
IRawRecord
[]
;
summaries
?:
IRawRecord
[]
;
system_message
?:
IRawRecord
|
ILangchainMessage
;
system_preamble
?:
IRawRecord
|
ILangchainMessage
;
user_preamble
?:
IRawRecord
|
ILangchainMessage
;
}
;
history_encoding
:
string
;
metadata
:
{
[
key
:
string
]:
any
}
;
}
Index
Properties
cell_
links
cell_
links_
format
format
history
history_
encoding
metadata
Properties
cell_
links
cell_links
:
{
[
key
:
string
]:
any
}
cell_
links_
format
cell_links_format
:
IHistoryFormatVersion
format
format
:
IHistoryFormatVersion
history
history
:
{
format
:
IHistoryFormatVersion
;
metadata
?:
{
current_loop_id
?:
number
;
model
?:
INotebookChatHistoryModel
;
summarization_threshold
?:
number
;
token_estimate
?:
number
;
tool_token_estimate
?:
number
;
[
key
:
string
]:
any
;
}
;
raw_records
:
IRawRecord
[]
;
summaries
?:
IRawRecord
[]
;
system_message
?:
IRawRecord
|
ILangchainMessage
;
system_preamble
?:
IRawRecord
|
ILangchainMessage
;
user_preamble
?:
IRawRecord
|
ILangchainMessage
;
}
history_
encoding
history_encoding
:
string
metadata
metadata
:
{
[
key
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell_
links
cell_
links_
format
format
history
history_
encoding
metadata
@jataware/beaker-client
Loading...