You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When posting suggestions as comments track the comment ids. This metadata can then be used to do things such as log a link to the comment (helpful when running as a server) or adding comment url metadata to traceability tools (such as LangSmith) for ease of use.
Fields:
Azure DevOps (REST API): id
Bitbucket Cloud (REST API): id
Bitbucket Server (REST API): id
Code Commit: Not Implemented
Gerrit: Not Implemented
Github (REST API): id (if using comments API), otherwise obtain by listing and correlating as create review doesn't expose the comment ids
Gitlab: Not Implemented
The text was updated successfully, but these errors were encountered:
When posting suggestions as comments track the comment ids. This metadata can then be used to do things such as log a link to the comment (helpful when running as a server) or adding comment url metadata to traceability tools (such as LangSmith) for ease of use.
Update publish_inline_comment and publish_inline_comments to return responses as needed
For now log commit ids/urls in publish_code_suggestions. Perhaps return a list of ids instead of a bool
Fields:
Azure DevOps (REST API):
id
Bitbucket Cloud (REST API):
id
Bitbucket Server (REST API):
id
Code Commit: Not Implemented
Gerrit: Not Implemented
Github (REST API):
id
(if using comments API), otherwise obtain by listing and correlating as create review doesn't expose the comment idsGitlab: Not Implemented
The text was updated successfully, but these errors were encountered: