MCPcopy
hub / github.com/TinyAGI/tinyagi / ProviderOption

Interface ProviderOption

packages/cli/src/shared.ts:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86// -- Provider/Model option builders --
87
88export interface ProviderOption {
89 value: string;
90 label: string;
91 hint?: string;
92}
93
94export function providerOptions(includeCustom = false): ProviderOption[] {
95 const opts: ProviderOption[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected