mirror of https://github.com/kortix-ai/suna.git
feat: copy suna system prompt to newly created agents (further configurable)
This commit is contained in:
parent
281025891a
commit
67561e5c0e
|
@ -81,7 +81,7 @@ export type ThreadAgentResponse = {
|
||||||
export type AgentCreateRequest = {
|
export type AgentCreateRequest = {
|
||||||
name: string;
|
name: string;
|
||||||
description?: string;
|
description?: string;
|
||||||
system_prompt: string;
|
system_prompt?: string;
|
||||||
configured_mcps?: Array<{
|
configured_mcps?: Array<{
|
||||||
name: string;
|
name: string;
|
||||||
config: Record<string, any>;
|
config: Record<string, any>;
|
||||||
|
|
Loading…
Reference in New Issue