How-To
Guides in this section provide short example code snippets and implementation strategies.
Country Input Component
How to utilize the built-in reusable country component for input standardization and format conversion.
Exchange Input Component
How to utilize the built-in reusable exchange component for input standardization and format conversion.
HTTP Requests
How to utilize the built-in and configured session objects for external HTTP requests.
Annotated Results
How to include additional metadata from a provider in the function output.
Function Examples
How to include function examples in the code.
Validators
How to validate models and fields with Pydantic validators.
Disabling Output Validation
How to disable output validation on a specific endpoint.
Deprecating Endpoints
How to mark an endpoint as deprecated.
Dynamic Command Execution
How to use CommandRunner for dynamic command execution.