| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
panel?: AiCodeCompletion.AiCodeCompletion.ContextFlavor;Let's not use `ContextFlavor` here for this too. We can define a `variant` or a separate enum in the `AiCodeCompletionDisclaimer` for selecting the text and use that `variant` in the respective places instead of using `ContextFlavor`.
The `ContextFlavor` is introduced initially to be able to modify the behavior of the `AiCodeCompletion` model calls with adding file context, and re-using it for this cause does not seem correct to me as now this presentational component depends on the model itself just for referencing the `ContextFlavor` enum.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
panel?: AiCodeCompletion.AiCodeCompletion.ContextFlavor;Let's not use `ContextFlavor` here for this too. We can define a `variant` or a separate enum in the `AiCodeCompletionDisclaimer` for selecting the text and use that `variant` in the respective places instead of using `ContextFlavor`.
The `ContextFlavor` is introduced initially to be able to modify the behavior of the `AiCodeCompletion` model calls with adding file context, and re-using it for this cause does not seem correct to me as now this presentational component depends on the model itself just for referencing the `ContextFlavor` enum.
As discussed offline, added TODO and linked to the bug - b/472268298
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Update privacy disclaimer text for code completion
Currently the same privacy disclaimer text is shown in Console & Sources panel
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |