Skip to content

Amazon Q Chat context

0

When using Amazon Q chat in the IDE, does it use the entire service package as context?

asked 2 years ago1.7K views
2 Answers
1

No, Amazon Q Developer does not use your entire AWS service package or environment as context when chatting in the IDE.

https://aws.amazon.com/q/developer/faqs/

What contextual information does Amazon Q Developer use in the IDE? Amazon Q Developer uses the following contextual information while answering questions: 1. Current conversational context, like questions asked and answers and code generated in the conversation panel. 2. The IDE context, including the selected code line, snippet, or functions in the file and the repository that the developers are currently working on.

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
0

When you ask Amazon Q a question, it uses the current file that is open in your IDE as context, including the programming language and the file path. This means that Amazon Q will look at the functions, classes, or modules you are working on, and sometimes the imports or dependencies in the immediate scope.

For additional information on this topic you can refer to the documentation Working with Amazon Q in your IDE.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.