Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallProvider ¶
func CallProvider(ctx context.Context, opts ProviderOpts, req *implantpb.BridgeLlmRequest) *implantpb.BridgeLlmResponse
CallProvider forwards a BridgeLlmRequest to the specified LLM provider and returns BridgeLlmResponse. Configuration priority: opts fields > environment variables > provider presets.
Types ¶
type ProviderOpts ¶
ProviderOpts holds LLM provider configuration, typically selected from client config ai. Only provider/model are currently passed over RPC; endpoint/api key remain optional overrides.
Click to show internal directories.
Click to hide internal directories.