NewAgentRequest: {
    avatar?: string;
    description?: string;
    knowledge_sources_config?: KnowledgeSourcesConfigRequestPart | null;
    llm_config?: LlmConfigRequestPart | null;
    name: string;
    slug: string;
    suggested_prompts?: string[];
    system_prompt: string;
    type: AgentType;
}

Type declaration