Preparing search index...
The search index is not available
Palico App
Palico App
@palico-ai/common
AgentRequestTrace
Interface AgentRequestTrace
interface
AgentRequestTrace
{
appConfig
:
Record
<
string
,
any
>
;
conversationId
:
string
;
createdAt
:
string
;
requestId
:
string
;
requestInput
:
AgentRequestContent
<
Record
<
string
,
any
>
>
;
responseOutput
:
AgentResponse
<
Record
<
string
,
any
>
>
;
traceId
?:
string
;
tracePreviewUrl
?:
string
;
updatedAt
:
string
;
}
Index
Properties
app
Config
conversation
Id
created
At
request
Id
request
Input
response
Output
trace
Id?
trace
Preview
Url?
updated
At
Properties
app
Config
app
Config
:
Record
<
string
,
any
>
conversation
Id
conversation
Id
:
string
created
At
created
At
:
string
request
Id
request
Id
:
string
request
Input
request
Input
:
AgentRequestContent
<
Record
<
string
,
any
>
>
response
Output
response
Output
:
AgentResponse
<
Record
<
string
,
any
>
>
Optional
trace
Id
trace
Id
?:
string
Optional
trace
Preview
Url
trace
Preview
Url
?:
string
updated
At
updated
At
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
app
Config
conversation
Id
created
At
request
Id
request
Input
response
Output
trace
Id
trace
Preview
Url
updated
At
Palico App
Loading...