mirror of https://github.com/kortix-ai/suna.git
Merge pull request #1283 from escapade-mckv/suna-default-installation
feat: copy suna system prompt to newly created agents (further confi…
This commit is contained in:
commit
2aa2e8626b
|
@ -81,7 +81,7 @@ export type ThreadAgentResponse = {
|
|||
export type AgentCreateRequest = {
|
||||
name: string;
|
||||
description?: string;
|
||||
system_prompt: string;
|
||||
system_prompt?: string;
|
||||
configured_mcps?: Array<{
|
||||
name: string;
|
||||
config: Record<string, any>;
|
||||
|
|
Loading…
Reference in New Issue