-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional documentation for Feedback #129
Conversation
- `type`: Usually set to "object" to indicate that the feedback data should be a JSON object. | ||
- `properties`: An object that defines the individual fields of the feedback, including their types (e.g., integer, string), possible values, and descriptions. | ||
- `required`: An array listing the names of required properties. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a full list of supported JSON schema properties, see [JSON Schema](https://json-schema.org/understanding-json-schema/reference/). | |
|
||
- `task_id`: The ID of the feedback task this feedback is for. | ||
- `values`: A dictionary where keys correspond to the properties defined in the feedback task's schema, and values are the feedback given for those properties. | ||
- `completion_tags_selector`: A list of tags associated with the feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `completion_tags_selector`: A list of tags associated with the feedback. | |
- `completion_tags_selector`: A list of tags which is used to map this feedback item to a set of logs. See [matching-semantics](https://docs.log10.io/feedback/log_matching#matching-semantics) for more details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modulo suggestions - just the "selector" part of tag selectors.
This one is focused on improving the developer experience. Compiled from my notes, but edit/reformat as needed.