Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@
},
"DetectUngroundednessOptions": {
"type": "object",
"description": "The request of ungroudedness detection.",
"description": "The request of ungroundedness detection.",
"properties": {
"domain": {
"$ref": "#/definitions/Domain",
Expand All @@ -2127,7 +2127,7 @@
},
"query": {
"type": "string",
"description": "The user's question input in a QnA scenario.\nThis field is optional, but if the Task type is set to QnA, it becomes required."
"description": "The user's question input in a QnA scenario.\nThis field is optional, but if the task type is set to QnA, it becomes required."
},
"text": {
"type": "string",
Expand Down Expand Up @@ -2156,11 +2156,11 @@
},
"DetectUngroundednessResult": {
"type": "object",
"description": "The response of ungroudedness detection.",
"description": "The response of ungroundedness detection.",
"properties": {
"ungrounded": {
"type": "boolean",
"description": "Detection result for ungrouded text."
"description": "Detection result for ungrounded text."
},
"confidenceScore": {
"type": "number",
Expand Down Expand Up @@ -2206,7 +2206,7 @@
"properties": {
"azureOpenAIEndpoint": {
"type": "string",
"description": "Endpoint of Azure OpenAI resource."
"description": "Endpoint for Azure OpenAI resource."
},
"deploymentName": {
"type": "string",
Expand Down Expand Up @@ -3001,7 +3001,7 @@
},
"reason": {
"type": "string",
"description": "The explanation for identifying the text as ungrounded. \nOnly when the 'reasoning' field in the input is set to true will the API return this 'reason' field."
"description": "The explanation for identifying the text as ungrounded. \nOnly when the 'reasoning' field in the input is set to true 'reason' field will be returned."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@
},
"DetectUngroundednessOptions": {
"type": "object",
"description": "The request of ungroudedness detection.",
"description": "The request of ungroundedness detection.",
"properties": {
"domain": {
"$ref": "#/definitions/Domain",
Expand All @@ -2177,7 +2177,7 @@
},
"query": {
"type": "string",
"description": "The user's question input in a QnA scenario.\nThis field is optional, but if the Task type is set to QnA, it becomes required."
"description": "The user's question input in a QnA scenario.\nThis field is optional, but if the task type is set to QnA, it becomes required."
},
"text": {
"type": "string",
Expand Down Expand Up @@ -2206,11 +2206,11 @@
},
"DetectUngroundednessResult": {
"type": "object",
"description": "The response of ungroudedness detection.",
"description": "The response of ungroundedness detection.",
"properties": {
"ungrounded": {
"type": "boolean",
"description": "Detection result for ungrouded text."
"description": "Detection result for ungrounded text."
},
"confidenceScore": {
"type": "number",
Expand Down Expand Up @@ -2256,7 +2256,7 @@
"properties": {
"azureOpenAIEndpoint": {
"type": "string",
"description": "Endpoint of Azure OpenAI resource."
"description": "Endpoint for Azure OpenAI resource."
},
"deploymentName": {
"type": "string",
Expand Down Expand Up @@ -3051,7 +3051,7 @@
},
"reason": {
"type": "string",
"description": "The explanation for identifying the text as ungrounded. \nOnly when the 'reasoning' field in the input is set to true will the API return this 'reason' field."
"description": "The explanation for identifying the text as ungrounded. \nOnly when the 'reasoning' field in the input is set to true 'reason' field will be returned."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@
},
"DetectUngroundednessOptions": {
"type": "object",
"description": "The request of ungroudedness detection.",
"description": "The request of ungroundedness detection.",
"properties": {
"domain": {
"$ref": "#/definitions/Domain",
Expand All @@ -2184,7 +2184,7 @@
},
"query": {
"type": "string",
"description": "The user's question input in a QnA scenario.\nThis field is optional, but if the Task type is set to QnA, it becomes required."
"description": "The user's question input in a QnA scenario.\nThis field is optional, but if the task type is set to QnA, it becomes required."
},
"text": {
"type": "string",
Expand Down Expand Up @@ -2213,11 +2213,11 @@
},
"DetectUngroundednessResult": {
"type": "object",
"description": "The response of ungroudedness detection.",
"description": "The response of ungroundedness detection.",
"properties": {
"ungrounded": {
"type": "boolean",
"description": "Detection result for ungrouded text."
"description": "Detection result for ungrounded text."
},
"confidenceScore": {
"type": "number",
Expand Down Expand Up @@ -2263,7 +2263,7 @@
"properties": {
"azureOpenAIEndpoint": {
"type": "string",
"description": "Endpoint of Azure OpenAI resource."
"description": "Endpoint for Azure OpenAI resource."
},
"deploymentName": {
"type": "string",
Expand Down Expand Up @@ -3058,7 +3058,7 @@
},
"reason": {
"type": "string",
"description": "The explanation for identifying the text as ungrounded. \nOnly when the 'reasoning' field in the input is set to true will the API return this 'reason' field."
"description": "The explanation for identifying the text as ungrounded. \nOnly when the 'reasoning' field in the input is set to true 'reason' field will be returned."
}
},
"required": [
Expand Down