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:
Bobbie 2025-08-11 10:01:07 +05:30 committed by GitHub
commit 2aa2e8626b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>;