Endpoints
Agent - Create
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Available options:
gpt_3_5_turbo
, gpt_3_5_turbo_16k
, gpt_4
, gpt_4_32k
(DEPRECATED in favor of systemPrompt and userPrompt) Set the prompt template for this query
(DEPRECATED in favor of systemPrompt and userPrompt) Set the prompt type for this query
Available options:
raw
, customer_support
Agent system prompt
Temperature of the model (min 0.0, max 1.0)
Agent user prompt
Available options:
public
, private
Response
200 - application/json
Available options:
gpt_3_5_turbo
, gpt_3_5_turbo_16k
, gpt_4
, gpt_4_32k
(DEPRECATED in favor of systemPrompt and userPrompt) Set the prompt template for this query
(DEPRECATED in favor of systemPrompt and userPrompt) Set the prompt type for this query
Available options:
raw
, customer_support
Agent system prompt
Temperature of the model (min 0.0, max 1.0)
Agent user prompt
Available options:
public
, private
Was this page helpful?