belso

User Guide

  • Introduction
  • Installation
  • Quick Start Guide
  • Examples
  • Changelog

API Reference

  • User
  • Developer
    • Core
    • Providers
    • Serialization
    • Tools
    • Utilities
belso
  • Developer
  • View page source

Developer

This section provides detailed API documentation for belso.

  • Core
    • Schema
      • Schema
    • Base Field
      • BaseField
    • Array Field
      • ArrayField
    • Nested Field
      • NestedField
    • Field
      • Field
    • SchemaProcessor
      • SchemaProcessor
  • Providers
    • OpenAI
      • to_openai()
      • from_openai()
    • Anthropic
      • to_anthropic()
      • from_anthropic()
    • Google
      • to_google()
      • from_google()
    • Mistral
      • to_mistral()
      • from_mistral()
    • Ollama
      • to_ollama()
      • from_ollama()
    • HuggingFace
      • to_huggingface()
      • from_huggingface()
    • LangChain
      • to_langchain()
      • from_langchain()
  • Serialization
    • JSON
      • to_json()
      • from_json()
    • YAML
      • to_yaml()
      • from_yaml()
    • XML
      • to_xml()
      • from_xml()
  • Tools
    • Display
      • display_schema()
    • Validation
      • validate_schema()
  • Utilities
    • Constants
      • FORMATS
    • Logging
      • get_logger()
      • configure_logger()
    • Detecting
      • detect_schema_format()
    • Helpers
      • Mapping
      • Properties
      • Fallback
Previous Next

© Copyright 2025, Michele Ventimiglia.

Built with Sphinx using a theme provided by Read the Docs.