AIPromptServiceSettingsTagHelper
Example
Razor
<service/>
Attributes
Attribute | Type | Description |
---|---|---|
headers | Object | The additional headers sent with the request to the service. |
output-getter | String | The function to get the output from the AI service response. |
request-data | Object | The additional data sent with the request to the service. |
request-data-delegate | Func<Object,Object> | The additional data sent with the request to the service. |
request-data-handler | String | The additional data sent with the request to the service. |
url | String | The Url of the AI service to use for generating outputs. |