...
The Virtualize-AI integration uses the LLM provider's REST API over HTTPS/TLS, collecting summarized . AI Assistant uses custom prompts in its requests to the LLM. Below are common examples additional information sent to the LLM, depending on what is requested:
- User prompts
- Summarized information from Parasoft documentation
- Summarized service definition file plus the user prompt for test creation
- Summarized field names from the payload plus the user prompts for parameterization
- Default Request payload plus the Virtualize prompt for value filling
- User prompts for data source generation
The AI Assertor and AI Data Bank tools send the document that the tool is configured to operate on plus the user prompts to determine what to validate or extract.
along with a user-defined prompt plus Virtualize's custom prompts in the requests to the LLM. The diagram below illustrates what and how Virtualize communicates with an LLM.
...