@salesforce/agents
Preparing search index...
utils
readSessionTrace
Function readSessionTrace
readSessionTrace
(
agentId
:
string
,
sessionId
:
string
,
planId
:
string
,
)
:
Promise
<
PlannerResponse
|
null
>
Read a single trace file by planId. Returns null if the file does not exist or cannot be parsed.
Parameters
agentId
:
string
sessionId
:
string
planId
:
string
Returns
Promise
<
PlannerResponse
|
null
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@salesforce/agents
Loading...
Read a single trace file by planId. Returns null if the file does not exist or cannot be parsed.