(resolved: PyResolvedType, arg = "x")
| 1461 | } |
| 1462 | |
| 1463 | function wrapSerializer(resolved: PyResolvedType, arg = "x"): string { |
| 1464 | return `lambda ${arg}: ${resolved.toExpr(arg)}`; |
| 1465 | } |
| 1466 | |
| 1467 | const PY_SESSION_EVENT_TYPE_RENAMES: Record<string, string> = { |
| 1468 | AssistantMessageDataToolRequestsItem: "AssistantMessageToolRequest", |
no outgoing calls
no test coverage detected
searching dependent graphs…