{
"query_str": "<string>",
"response": "<string>",
"usage": {
"input_tokens": 123,
"output_tokens": 123,
"model_type": "gpt-4o"
}
}
Handles chatbot queries by incorporating conversation history.
{
"query_str": "<string>",
"response": "<string>",
"usage": {
"input_tokens": 123,
"output_tokens": 123,
"model_type": "gpt-4o"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Returns the response of the chatbot based on the conversation history
The response is of type object
.