Skip to content

docs: conversation-based agents #387

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

docs: conversation-based agents #387

wants to merge 1 commit into from

Conversation

justinmk3
Copy link
Contributor

Problem

conversational chat protocol added in #368 had some comments that give practical info about the protocol.

Solution

add the info to docstrings.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@justinmk3 justinmk3 requested a review from a team as a code owner March 20, 2025 21:12
@@ -1,5 +1,6 @@
import { URI, TextDocument } from './lsp'

/** Server to client. Used to ask the user to select a folder, if the workspace folder is too big */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Server to client" is specified in README - I would prefer to keep it there, specifying the direction of request in one place only looks inconsistent to me.
"if the workspace folder is too big" - this is just one of examples when it will be used, I do not think we need it in comment like this.
"select a folder" -> "select files(s) or folder(s)"

originalFileUri: URI
/** Indicates if the original file was deleted and fileContent contains the new/updated file contents. */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we please spilt it into 2 comments for 2 fields?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants