We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ccd4a commit 7ea3554Copy full SHA for 7ea3554
tools/openapi-schema/ansible-ai-connect-service.yaml
@@ -983,18 +983,19 @@ components:
983
items:
984
$ref: '#/components/schemas/GenerationRoleFileEntry'
985
description: A list of role files to be explained.
986
- role_name:
+ roleName:
987
type: string
988
+ title: Role name
989
description: The name of the role.
- model_id:
990
+ model:
991
992
default: ''
- focus_on_file:
993
+ focusOnFile:
994
995
996
required:
997
- files
- - role_name
998
+ - roleName
999
FeedbackRequest:
1000
type: object
1001
properties:
0 commit comments