Skip to content

Conversation

@ncoop57
Copy link
Contributor

@ncoop57 ncoop57 commented Jan 25, 2026

@llmtool now accepts **tmpls kws to format docstrings, enabling reuse of common documentation text.

common_doc = "Some repeated text..."

@llmtool(foo=common_doc)
def my_func():
    "Unique part. {foo}"

Backwards compatible — @llmtool without args works as before.

@ncoop57 ncoop57 added the enhancement New feature or request label Jan 25, 2026
@ncoop57 ncoop57 requested a review from jph00 January 25, 2026 15:53
@ncoop57 ncoop57 marked this pull request as ready for review January 25, 2026 15:53
@jph00
Copy link
Contributor

jph00 commented Jan 27, 2026

Clever! :D

@jph00 jph00 merged commit dc42260 into main Jan 27, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants