NAME

Langertha::ToolCall - Immutable canonical tool invocation emitted by an LLM

VERSION

version 0.500

synthetic

Boolean. True when the tool call was synthesized by Langertha — for example when "chat_f" in Langertha::Role::Chat rewrote a forced named tool into a response_format JSON Schema request and parsed the output back into a ToolCall. False (the default) for native model output.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/langertha/issues.

IRC

Join #langertha on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.