mcp
This commit is contained in:
@@ -64,7 +64,16 @@ export class AssistantService {
|
||||
},
|
||||
body: JSON.stringify({
|
||||
agent_id: agentId,
|
||||
messages,
|
||||
messages: [
|
||||
...messages,
|
||||
{ "role": "system", "content": "benutze immer den listify connector"}
|
||||
],
|
||||
tools: [
|
||||
{
|
||||
"type": "connector",
|
||||
"connector_id": "listify"
|
||||
}
|
||||
],
|
||||
stream: false,
|
||||
response_format: {
|
||||
type: 'text',
|
||||
|
||||
Reference in New Issue
Block a user