cURL
curl --request GET \ --url https://api.proficientai.com/agents/{agent_id}/config
{ "object": "agent_config", "anthropic": { "temperature": 123, "top_k": 123, "top_p": 123 }, "agent_id": "<string>", "greeting_message": "<string>", "initial_turn": "user", "model": "anthropic.claude-v1", "openai": { "frequency_penalty": 123, "presence_penalty": 123, "temperature": 123, "top_p": 123 }, "system_message": "<string>" }
Retrieves the current configuration of the specified agent.
The unique identifier of the agent
Represents the current configuration of the agent. This is an admin-level resource that is not exposed to the users.