Ask Agent

Returns a stream from GPT with delta values. All other agents should use ask.

Type: POST

End Point: /api/Chat/AskAgent

Parameters: No parameters

Request Body: json

Example Value: Schema

{
  "conversationID": "string",
  "text": "string"
}

Last updated