NAME
Langertha::Role::ResponseFormat - Role for an engine where you can specify structured output
VERSION
version 0.303
response_format
A HashRef specifying the structured output format for the response. The exact structure depends on the engine. For OpenAI-compatible engines this is typically { type = 'json_object' }> or a JSON Schema definition. Optional.
SEE ALSO
Langertha::Role::Chat - Chat functionality that uses response format
Langertha::Role::OpenAICompatible - OpenAI-compatible engines that support this role
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/langertha/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de> https://raudss.us/
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.