MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / parseFireworksError

Function parseFireworksError

web/src/llm-api/fireworks.ts:814–823  ·  view source on GitHub ↗
(
  response: Response,
)

Source from the content-addressed store, hash-verified

812}
813
814async function parseFireworksError(
815 response: Response,
816): Promise<FireworksError> {
817 const errorText = await response.text()
818 return parseFireworksErrorFromText(
819 response.status,
820 response.statusText,
821 errorText,
822 )
823}
824
825/**
826 * Uses custom Fireworks deployments only during deployment hours. Some models

Callers 2

handleFireworksNonStreamFunction · 0.85
handleFireworksStreamFunction · 0.85

Calls 1

Tested by

no test coverage detected