module documentation

DataConverter that supports conversion of types used by OpenAI Agents SDK.

These are mostly Pydantic types. Some of them should be explicitly imported.

Class OpenAIPayloadConverter Payload converter for payloads containing pydantic model instances.
Type Variable T Undocumented
Variable open_ai_data_converter Open AI Agent library types data converter
Class _OpenAIJSONPlainPayloadConverter Payload converter for OpenAI agent types that supports Pydantic models and standard Python types.
Class _WrapperModel Undocumented
Function _get_openai_modules Undocumented

Undocumented

Value
TypeVar('T',
        bound=BaseModel)
open_ai_data_converter = (source)

Open AI Agent library types data converter

def _get_openai_modules() -> dict[Any, Any]: (source)

Undocumented