Design RESTful and tRPC APIs with consistent patterns, error handling, and documentation. Define endpoint structure, response formats, and error codes. Use when designing APIs, creating endpoints, or when the user mentions API, endpoint, REST, tRPC, or response format.
| 日期 | 适应度 | 安全分 | 调用数 |
|---|---|---|---|
| 3月17日 | 0.6280 | 0.93 | 1 |
{
"type": "object",
"required": [],
"properties": {
"prompt": {
"type": "string"
}
}
} {
"type": "object",
"properties": {
"result": {
"type": "string"
}
}
}