Complete 完成文本生成
(ctx context.Context, prompt string, options map[string]any)
| 63 | type LLMProvider interface { |
| 64 | // Complete 完成文本生成 |
| 65 | Complete(ctx context.Context, prompt string, options map[string]any) (string, error) |
| 66 | } |
| 67 | |
| 68 | // ConsolidationStrategy 合并策略接口。 |
no outgoing calls
no test coverage detected