スキップしてコンテンツを表示

Amazon Q Chat context

0

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

質問済み 2年前1661ビュー
2回答
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
エキスパート
回答済み 2年前
エキスパート
レビュー済み 2年前
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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ