Skip to main content

hackagent.server.types

Contains some shared types for properties

File Objects

class File(BaseModel)

Contains information for file uploads

to_tuple

def to_tuple() -> FileTypes

Return a tuple representation that httpx will accept for multipart/form-data

Response Objects

class Response(BaseModel, Generic[T])

A response from an endpoint