MCPcopy
hub / github.com/lm-sys/FastChat / ErrorResponse

Class ErrorResponse

fastchat/protocol/openai_api_protocol.py:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class ErrorResponse(BaseModel):
10 object: str = "error"
11 message: str
12 code: int
13
14
15class ModelPermission(BaseModel):

Callers 1

create_error_responseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…