Example with instance methods #827
Unanswered
rockfordlhotka
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
Is there an example somewhere that shows how to implement the tool methods as instance methods on a type?
All the examples I can find have the methods as
static
, which makes it difficult to use injected services likeILogger
and others that I need.I've seen references to the concept of tools as instance methods, but can't find an example.
I appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions