Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Capabilities ¶
type Capabilities struct {
Tools bool
StructuredOutput bool
Streaming bool
Thinking bool
Agent bool // agent.Run[T] — multi-depth tool-calling loop with structured result
StreamThinkingTools bool // Stream() interleaving text + thinking + tool-call deltas (single turn) — implies Thinking
StreamAgentMultiHop bool // Stream() driven multi-turn agent loop; signature replay assertions gated by Thinking
}
Capabilities declares which gen-side features the model under test supports. The harness skips subtests whose flag is false so missing coverage surfaces in `go test -v` output instead of being silently elided.
type EmbedCapabilities ¶
EmbedCapabilities declares which embed-side features the model under test supports.
Click to show internal directories.
Click to hide internal directories.