|
1 | 1 | ---
|
2 |
| -title: Next-Gen AI |
3 |
| -description: This page contains a summary of REST APIs for the "auto bots" endpoint. You can use REST API requests to interact with Auto Bots. |
| 2 | +title: Auto Agent APIs |
| 3 | +description: This page contains a summary of REST APIs for the "agent" endpoint. You can use REST API requests to interact with Auto Agents. |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | <Available since="Strategy ONE (March 2025)" />
|
7 | 7 |
|
8 |
| -With the release of Strategy ONE (March 2025), we have introduced an enhanced set of APIs designed to leverage the capabilities of Next-Gen AI. These APIs are built on top of the existing question APIs and are compatible with both the Next-Gen AI and the legacy Auto Bots. |
| 8 | +Strategy One (March 2025) introduces an enhanced set of APIs designed to leverage the agent capabilities. |
9 | 9 |
|
10 |
| -The Next-Gen AI APIs provide a seamless way to interact with Next-Gen AI, allowing you to ask questions, retrieve answers, and get historical chat messages from specific bots. Additionally, the APIs offer the ability to get suggested questions, enhancing the user experience by providing relevant queries and answers efficiently. |
| 10 | +The Auto Agent APIs provide a seamless way to interact with agents, allowing you to ask questions, retrieve answers, and get historical chat messages from agents. Additionally, the APIs offer the ability to get suggested questions, enhancing the user experience by providing relevant queries and answers efficiently. |
11 | 11 |
|
12 |
| -Starting from Strategy ONE (June 2025), we've added support for retrieving images within answers, allowing for richer, more visual responses from the Next-Gen AI system. This feature includes customizable resolution settings to optimize image quality based on your specific needs. |
| 12 | +Strategy One (June 2025) adds support for retrieving images within answers, allowing for richer, more visual responses from the Auto Agent system. This feature includes customizable resolution settings to optimize image quality based on your specific needs. |
| 13 | + |
| 14 | +If you do not specify an Agent in your API requests, the system will automatically route your questions to the most appropriate Agent based on the context of your query. This intelligent routing ensures that users receive the most relevant responses without needing to manually select an Agent. |
13 | 15 |
|
14 | 16 | ### Key Features
|
15 | 17 |
|
16 |
| -- **Ask a question to a specific bot**: Submit a question to the specific Auto Bot. This API has been enhanced from the existing question API. |
17 |
| -- **Get answer by the question ID**: Retrieve the answer to a specific question using its ID. This API has been enhanced from the existing question API. |
18 |
| -- **Get chat history from a specific bot**: Obtain all historical chat messages from a specific bot. |
19 |
| -- **Get suggested questions from a specific bot**: Get recommended questions based on the context from a specific bot. |
20 |
| -- **Image support in answers**: Request and retrieve images as part of answers from Next-Gen AI, with customizable resolution settings. (Available from Strategy ONE (June 2025)) |
21 |
| -- **Get attributes and metrics from a specific bot**: Fetch the column information (attributes and metrics) from a specific bot, which can be used for auto-complete functionality in user inputs. (Available from Strategy ONE (July 2025)) |
| 18 | +- **Ask a question to the agent**: Submit a question to the agent. This API has been enhanced from the existing question API. |
| 19 | +- **Get answer by the question ID**: Retrieve the answer to a question using its ID. This API has been enhanced from the existing question API. |
| 20 | +- **Get chat history from the agent**: Obtain all historical chat messages from the agent. |
| 21 | +- **Get suggested questions from the agent**: Get recommended questions based on the context from the agent. |
| 22 | +- **Image support in answers**: Request and retrieve images as part of answers from agents, with customizable resolution settings. (Available from Strategy One (June 2025)) |
| 23 | +- **Get attributes and metrics from the agent**: Fetch the column information (attributes and metrics) from the agent, which can be used for auto-complete functionality in user inputs. (Available from Strategy ONE (July 2025)) |
22 | 24 |
|
23 | 25 | For further details on how to use these APIs, please refer to the following sections of this manual:
|
24 | 26 |
|
25 |
| -- [Ask a question to a specific bot](./post-question.md) |
| 27 | +- [Ask a question to the agent](./post-question.md) |
26 | 28 | - [Get answer by the question ID](./get-question-by-id.md)
|
27 |
| -- [Get chat history from a specific bot](./get-questions-by-bot.md) |
28 |
| -- [Get suggested questions from a specific bot](./post-suggestion.md) |
| 29 | +- [Get chat history from the agent](./get-questions-by-bot.md) |
| 30 | +- [Get suggested questions from the agent](./post-suggestion.md) |
29 | 31 | - [Get image from an answer](./get-image-of-answer.md)
|
30 |
| -- [Get attributes and metrics from a specific bot](./get-columns.md) |
| 32 | +- [Get attributes and metrics from the agent](./get-columns.md) |
0 commit comments