fix(picoclaw): add missing closing brace for StreamingProvider interface
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e4bf599036
commit
9938028971
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ type StreamingProvider interface {
|
||||||
options map[string]any,
|
options map[string]any,
|
||||||
onChunk func(accumulated string),
|
onChunk func(accumulated string),
|
||||||
) (*LLMResponse, error)
|
) (*LLMResponse, error)
|
||||||
|
}
|
||||||
|
|
||||||
// ThinkingCapable is an optional interface for providers that support
|
// ThinkingCapable is an optional interface for providers that support
|
||||||
// extended thinking (e.g. Anthropic). Used by the agent loop to warn
|
// extended thinking (e.g. Anthropic). Used by the agent loop to warn
|
||||||
// when thinking_level is configured but the active provider cannot use it.
|
// when thinking_level is configured but the active provider cannot use it.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue