ISPO SDK
ISPO
Preparing search index...
core
PromptHistoryApi
Interface PromptHistoryApi
Markdown
Copy Markdown
interface
PromptHistoryApi
{
listSessions
(
args
?:
PromptSessionListArgs
,
)
:
Promise
<
PromptSessionListResult
>
;
readSession
(
store
:
PromptHistoryStore
,
key
:
string
,
)
:
Promise
<
PromptSessionDetail
>
;
}
Index
Methods
list
Sessions
read
Session
Methods
list
Sessions
listSessions
(
args
?:
PromptSessionListArgs
)
:
Promise
<
PromptSessionListResult
>
Parameters
Optional
args
:
PromptSessionListArgs
Returns
Promise
<
PromptSessionListResult
>
read
Session
readSession
(
store
:
PromptHistoryStore
,
key
:
string
,
)
:
Promise
<
PromptSessionDetail
>
Parameters
store
:
PromptHistoryStore
key
:
string
Returns
Promise
<
PromptSessionDetail
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
list
Sessions
read
Session
ISPO
ISPO SDK
Loading...