...
- Use DTP settings: Enable this option to use the connections settings specified in DTP. See Connecting to DTP.
- Server Name: Specifies a name for the server you are connecting to CTP. This is the name that will be used to identify this server within CTP.
- CTP URL: Specifies the location of the CTP to which you are connecting (for example,
http://emdemo:8080). Notify CTP of virtual asset deployment: Determines whether the server notifies Parasoft CTP when virtual assets are first deployed.
- Username: Specifies the username for logging into CTP.
Password: Specifies the password for logging into CTP.
Note If OpenID Connect authentication is enabled, the Username and Password fields do not appear. Instead, you will see a notice that OIDC authentication is in use with a button to test that connection.
| Anchor | ||||
|---|---|---|---|---|
|
The Date Time Format panel allows you to specify formats that the application should use to determine whether a string value represents a date/time and, if so, how to parse it. This is particularly useful if you are planning to generate inline expressions for message responders (see Extracting Request Values to Populate Responses).
...
Enable: When enabled, the LLM is available when creating test scenarios from an OpenAPI/Swagger definition, creating virtual assets, and for use with the AI Assistant.
- Provider: Choose your LLM provider (OpenAI, Azure OpenAI, or Other) from the menu.
- Configuration (OpenAI)
- API key: Enter your OpenAI token.
- Organization ID: (Optional) Enter the Organization ID you want to use when accessing the OpenAI client. If no Organization ID is supplied, the default organization ID for your account will be used.
- Test Connection: Click to test the connection to OpenAI.
- Chat: Click Configure to choose the name of the GPT model you are using.
- Embedding: Click Configure to choose the name of the Embedding model you are using.
- Configuration (Azure OpenAI)
- Resource Name: Enter the Azure resource that contains your deployed Azure OpenAI model.
- API key: Enter your Azure OpenAI token.
- Chat: Enter the deployment name of your Azure OpenAI GPT model.
- Embedding: Enter the deployment name of your Azure OpenAI Embedding model.
- Test Connection: Click to test the connection to Azure OpenAI.
- Configuration (Other)
- Base URL: Enter the URL for where your LLM model is deployed.
- API key / Access token: Enter your LLM provider token.
- Chat: Enter the name of your chat model.
- Embedding: Enter the name of your LLM embedding model.
- Test Connection: Click to test the connection to your LLM provider.
...