Type Alias ModifiedAgentRequest
ModifiedAgentRequest: { avatar?: string | null; description?: string | null; knowledge_sources_config?: KnowledgeSourcesConfigRequestPart | null; llm_config?: LlmConfigRequestPart | null; name?: string | null; slug?: string | null; suggested_prompts?: string[] | null; system_prompt?: string | null; type?: AgentType;} Type declaration
Optionalavatar?: string | null
Optionaldescription?: string | null
Optionalname?: string | null
Optionalslug?: string | null
Optionalsuggested_prompts?: string[] | null
Optionalsystem_prompt?: string | null