Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
extensions
Public
Notifications
You must be signed in to change notification settings
Fork
891
Star
3.2k
Code
Issues
218
Pull requests
35
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Add ChatOptions.RawRepresentation
- #6319
#6319
Merged
jozkee
merged 15 commits into
dotnet:main
dotnet/extensions:main
from
jozkee:additional-properties
jozkee/extensions:additional-properties
Copy head branch name to clipboard
May 8, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Add ChatOptions.RawRepresentation
#6319
jozkee
merged 15 commits into
dotnet:main
dotnet/extensions:main
from
jozkee:additional-properties
jozkee/extensions:additional-properties
Copy head branch name to clipboard
Commits
Commits on Apr 29, 2025
Look for OpenAI.ChatCompletionOptions in top-level additional properties and stop looking for individually specific additional properties
jozkee
committed
d8216b8
View commit details
Copy full SHA for d8216b8
Browse repository at this point
Add RawRepresentation to ChatOptions and use it in OpenAI and AzureAIInference
jozkee
committed
4faf97d
View commit details
Copy full SHA for 4faf97d
Browse repository at this point
Remove now unused locals
jozkee
committed
7774d27
View commit details
Copy full SHA for 7774d27
Browse repository at this point
Add [JsonIgnore] and update roundtrip tests
jozkee
committed
9c21b76
View commit details
Copy full SHA for 9c21b76
Browse repository at this point
Commits on Apr 30, 2025
Overwirte properties only if the underlying model don't specify it already
jozkee
committed
0130559
View commit details
Copy full SHA for 0130559
Browse repository at this point
Commits on May 1, 2025
Clone RawRepresentation
jozkee
committed
f4dc89a
View commit details
Copy full SHA for f4dc89a
Browse repository at this point
Commits on May 2, 2025
Reflection workaround for ToolChoice not being cloned
jozkee
committed
be7f38e
View commit details
Copy full SHA for be7f38e
Browse repository at this point
Style changes
jozkee
committed
4f98cd1
View commit details
Copy full SHA for 4f98cd1
Browse repository at this point
AI.Inference: Bring back propagation of additional properties
jozkee
committed
0662135
View commit details
Copy full SHA for 0662135
Browse repository at this point
Don't use 0.1f, it doesn't roundtrip properly in .NET Framework
jozkee
committed
6605968
View commit details
Copy full SHA for 6605968
Browse repository at this point
Commits on May 7, 2025
Add RawRepresentationFactory instead of object? property
jozkee
committed
ceb8c90
View commit details
Copy full SHA for ceb8c90
Browse repository at this point
Augment remarks to discourage returning shared instances
jozkee
committed
7d07876
View commit details
Copy full SHA for 7d07876
Browse repository at this point
Commits on May 8, 2025
Documentation feedback
jozkee
committed
c273c7f
View commit details
Copy full SHA for c273c7f
Browse repository at this point
Merge branch 'main' of https://github.com/dotnet/extensions into additional-properties
jozkee
committed
48707a2
View commit details
Copy full SHA for 48707a2
Browse repository at this point
AI.Inference: keep passing TopK as AdditionalProperty if not already there
jozkee
committed
aa8a9d2
View commit details
Copy full SHA for aa8a9d2
Browse repository at this point
You can’t perform that action at this time.