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