reset to v0.1.0

This commit is contained in:
Sheldon Vaughn
2025-09-17 09:19:51 -05:00
parent 80fd801021
commit 540701c0a3
19 changed files with 275 additions and 281 deletions
@@ -2,10 +2,12 @@
import httpx
from typing import Optional
from dataclasses import dataclass
from openrouter.errors import OpenRouterError
@dataclass(frozen=True)
class ResponseValidationError(OpenRouterError):
"""Error raised when there is a type mismatch between the response data and the expected Pydantic model."""