Skip to content

[OpenAI] Update init to set#182

Merged
ShivangiReja merged 12 commits into
joseharriaga:mainfrom
ShivangiReja:Shreja_UpdateInitToSet
Jul 30, 2024
Merged

[OpenAI] Update init to set#182
ShivangiReja merged 12 commits into
joseharriaga:mainfrom
ShivangiReja:Shreja_UpdateInitToSet

Conversation

@ShivangiReja
Copy link
Copy Markdown
Collaborator

This PR updates the init to set.

The API will be updated after we merge #181 PR.

Comment thread .dotnet/src/Generated/OpenAIModelFactory.cs Outdated
ShivangiReja added 2 commits July 26, 2024 11:15
Comment thread .scripts/Add-Customizations.ps1 Outdated
Comment thread .dotnet/src/Custom/Assistants/CodeInterpreterToolResources.cs
Comment thread .dotnet/src/Custom/Assistants/FileSearchToolResources.cs
Comment thread .dotnet/src/Custom/Assistants/RunCreationOptions.cs Outdated
Comment thread .dotnet/src/Custom/VectorStores/VectorStoreCreationOptions.cs
Comment thread .dotnet/src/Custom/Chat/ChatMessage.cs
Comment thread .dotnet/CHANGELOG.md Outdated
/// </remarks>
[CodeGenMember("ParallelToolCalls")]
public bool? ParallelToolCallsEnabled { get; init; }
public bool? ParallelToolCallsEnabled { get; set; }
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that ThreadRun is an output model, so none of its properties should have setters. Could you confirm with @trrwilson ?

Comment thread .dotnet/src/Custom/Audio/TranscribedSegment.cs
Comment thread .dotnet/src/Generated/Models/MessageCreationOptions.cs
@ShivangiReja ShivangiReja merged commit 500429f into joseharriaga:main Jul 30, 2024
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.

2 participants