Preparing search index...
The search index is not available
Palico App
Palico App
@palico-ai/app
Agent
Interface Agent<RequestBody, Response>
interface
Agent
<
RequestBody
,
Response
>
{
chat
:
(
(
content
,
context
)
=>
Promise
<
AgentResponse
<
Response
>
>
)
;
}
Type Parameters
RequestBody
=
any
Response
=
any
Index
Properties
chat
Properties
chat
chat
:
(
(
content
,
context
)
=>
Promise
<
AgentResponse
<
Response
>
>
)
Type declaration
(
content
,
context
)
:
Promise
<
AgentResponse
<
Response
>
>
Parameters
content
:
ConversationRequestContent
<
RequestBody
>
context
:
ConversationContext
<
Record
<
string
,
any
>
>
Returns
Promise
<
AgentResponse
<
Response
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
chat
Palico App
Loading...