Documentation
¶
Overview ¶
Package llmgateway contains shared types for the LLM gateway feature, imported by both pkg/llm and pkg/client to avoid an import cycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyConfig ¶
type ApplyConfig struct {
GatewayURL string // direct-mode: URL of the upstream LLM gateway
ProxyBaseURL string // proxy-mode: URL of the localhost reverse proxy
TokenHelperCommand string // direct-mode: shell command that prints a fresh token
TLSSkipVerify bool // when true, instruct the tool to skip TLS verification
}
ApplyConfig holds the values needed to configure a single tool's LLM gateway settings. Using a struct prevents positional-argument mistakes when the caller has multiple similar string values in scope.
Click to show internal directories.
Click to hide internal directories.