diff options
Diffstat (limited to 'internal/llm/provider.go')
| -rw-r--r-- | internal/llm/provider.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/llm/provider.go b/internal/llm/provider.go index 3e3023e..09e97e6 100644 --- a/internal/llm/provider.go +++ b/internal/llm/provider.go @@ -1,3 +1,5 @@ +// Summary: LLM provider interfaces, request options, configuration, and factory to build a client from config. +// Not yet reviewed by a human package llm import ( |
