-
Notifications
You must be signed in to change notification settings - Fork 106
.NET prompty attribute #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…ttributes on a class or method
…ng assemblies as well as current assembly
|
please note: |
|
Are there any issues with file normalization when using a stream? In the python version you can explode out a section of the frontmatter by adding a |
no idea - my assumption is that this would be down to the Json serializer rather than the file IO. |
adds a [Prompty(File=...)] attribute enabling specifying the prompts file on a class or method
see #205
Note: you can only specify params that are strings. that is a limitation of attribs. you can still Prepare(new Dictionary<string, object) manually.