Function getV1AgentByAgentId
- getV1AgentByAgentId(
__namedParameters: { agentId: string },
opts?: RequestOpts,
): Promise<
{
avatar?: string;
created_at: string;
created_by: string;
creator_name: string;
description?: string;
id: string;
knowledge_sources_config?: KnowledgeSourceResponse;
llm_config?: LlmConfigResponse;
name: string;
slug: string;
suggested_prompts?: string[];
system_prompt: string;
type: string;
updated_at?: string;
updated_by?: string;
visibility_level: string;
},
> Parameters
- __namedParameters: { agentId: string }
Optionalopts: RequestOpts
Returns Promise<
{
avatar?: string;
created_at: string;
created_by: string;
creator_name: string;
description?: string;
id: string;
knowledge_sources_config?: KnowledgeSourceResponse;
llm_config?: LlmConfigResponse;
name: string;
slug: string;
suggested_prompts?: string[];
system_prompt: string;
type: string;
updated_at?: string;
updated_by?: string;
visibility_level: string;
},
>
Get agent by ID