AgentDefinitionResponse: {
    avatar?: string | null;
    built_in?: boolean;
    created_at: string;
    created_by: string;
    creator_name: string;
    description?: string | null;
    id: string;
    knowledge_sources_config?: KnowledgeSource | null;
    llm_config?: LlmConfig | null;
    name: string;
    slug: string;
    suggested_prompts?: string[] | null;
    system_prompt?: string | null;
    type: AgentType;
    updated_at?: string | null;
    updated_by?: string | null;
    visibility_level?: string | null;
}

Type declaration

  • Optionalavatar?: string | null
  • Optionalbuilt_in?: boolean
  • created_at: string
  • created_by: string
  • creator_name: string
  • Optionaldescription?: string | null
  • id: string
  • Optionalknowledge_sources_config?: KnowledgeSource | null
  • Optionalllm_config?: LlmConfig | null
  • name: string
  • slug: string
  • Optionalsuggested_prompts?: string[] | null
  • Optionalsystem_prompt?: string | null
  • type: AgentType
  • Optionalupdated_at?: string | null
  • Optionalupdated_by?: string | null
  • Optionalvisibility_level?: string | null