diff options
Diffstat (limited to 'internal/llm/copilot.go')
| -rw-r--r-- | internal/llm/copilot.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/llm/copilot.go b/internal/llm/copilot.go index a31022f..1e36bb7 100644 --- a/internal/llm/copilot.go +++ b/internal/llm/copilot.go @@ -1,3 +1,5 @@ +// Summary: GitHub Copilot client implementation for chat completions using the Copilot API. +// Not yet reviewed by a human package llm import ( |
