cURL
curl --request GET \ --url https://api.nugen.in/api/v3/agents/{agent_id}/prompt/ \ --header 'Authorization: Bearer <token>'
{ "data": { "system_prompt": "<string>", "model": "<string>", "temperature": 123, "agent_name": "<string>", "agent_description": "<string>" } }
Get agent system prompt
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for agent system prompt endpoint.
Agent prompt data model
Show child attributes
Was this page helpful?