MCPcopy Create free account
hub / github.com/ShipSecAI/studio / LLMProviderSchema

Function LLMProviderSchema

packages/contracts/src/index.ts:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 ]);
56
57export const LLMProviderSchema = () =>
58 withPortMeta(buildLlmProviderSchema(), {
59 schemaName: llmProviderContractName,
60 isCredential: true,
61 });
62
63export type LlmProviderConfig = z.infer<ReturnType<typeof LLMProviderSchema>>;
64

Callers 6

opencode.tsFile · 0.90
ai-agent.tsFile · 0.90
gemini-provider.tsFile · 0.90
openai-provider.tsFile · 0.90

Calls 2

withPortMetaFunction · 0.90
buildLlmProviderSchemaFunction · 0.85

Tested by

no test coverage detected