agentle.agents.apis.endpoint_parameterΒΆ

Functions

Field()

!!! abstract "Usage Documentation"

cast(typ, val)

Cast a value to a type.

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseModel()

Alias for pydantic.BaseModel.

EndpointParameter(*, name, description[, ...])

Represents a parameter for an API endpoint with proper object support.

ObjectSerializationStyle(*values)

Different ways to serialize objects for different parameter locations.

ParameterLocation(*values)

Where to place parameters in the HTTP request.

Sequence()

All the operations on a read-only sequence.

Sized()