MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / test

Function test

dashboard/src/api/v1.ts:571–575  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

569 );
570 },
571 test(providerId: string) {
572 return typed<ProviderTestData>(
573 openApiV1.testProviderById({ body: { provider_id: providerId } }),
574 );
575 },
576 embeddingDimension(providerId: string, providerConfig?: OpenConfig) {
577 return typed<ProviderEmbeddingDimensionData>(
578 openApiV1.getProviderEmbeddingDimensionById({

Calls 1

typedFunction · 0.85

Tested by

no test coverage detected