Skip to content
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

BatchedExecutor.Create() method #613

Merged
merged 5 commits into from
Mar 20, 2024

Conversation

martindevans
Copy link
Member

From discussion in #564, replaced BatchedExecutor.Prompt(string) with BatchedExecutor.Create().

…r.Create()` method.

This improves the API in two ways:
 - A conversation can be created, without immediately prompting it
 - Other prompting overloads (e.g. prompt with token list) can be used without duplicating all the overloads onto `BatchedExecutor`
@martindevans martindevans merged commit ad682fb into SciSharp:master Mar 20, 2024
3 checks passed
@martindevans martindevans deleted the batched_executor_create branch March 20, 2024 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant