MCPcopy Create free account
hub / github.com/simstudioai/sim / request

Function request

apps/sim/providers/azure-anthropic/index.test.ts:57–59  ·  view source on GitHub ↗
(overrides: Partial<ProviderRequest>)

Source from the content-addressed store, hash-verified

55import { azureAnthropicProvider } from '@/providers/azure-anthropic/index'
56
57function request(overrides: Partial<ProviderRequest>): ProviderRequest {
58 return { model: 'azure-anthropic/claude-3-5-sonnet', apiKey: 'k', messages: [], ...overrides }
59}
60
61/** Invokes the createClient factory handed to the Anthropic core and returns the SDK options it built. */
62function buildClientOptions(): Record<string, unknown> {

Callers 1

index.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected