feat: copy suna system prompt to newly created agents (further configurable)

This commit is contained in:
Saumya 2025-08-11 10:00:22 +05:30
parent 281025891a
commit 67561e5c0e
1 changed files with 1 additions and 1 deletions

View File

@ -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>;