Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
class
ErrorResponse(BaseModel):
10
object: str =
"error"
11
message: str
12
code: int
13
14
15
class
ModelPermission(BaseModel):
Callers
1
create_error_response
Function · 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…