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

parallel_tool_calls parameter support in Assistants and Chat Completions APIs #36

Closed
propertius opened this issue Jun 7, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@propertius
Copy link

@Lambdua
Copy link
Owner

Lambdua commented Jun 8, 2024

The latest version is currently supported, but some problems have occurred. It will be available in the next version soon after it is fixed.

@propertius
Copy link
Author

Hi @Lambdua, I have the latest version of your library (0.20.9) and I cannot define whether tool calls are to be made parallel. The same applies for the ChatCompletionRequest.

var runRequest = RunCreateRequest.builder()
				.assistantId(assistantId)
				.parallelToolCalls(false) // not yet implemented
				.build();

@Lambdua Lambdua added the enhancement New feature or request label Jun 11, 2024
@Lambdua
Copy link
Owner

Lambdua commented Jun 11, 2024

0.21.0 will support

@Lambdua Lambdua closed this as completed Jun 11, 2024
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

No branches or pull requests

2 participants