Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add missing OpenAI APIs to missingapi.yml file#11578

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gewarren merged 2 commits intomainfromcopilot/fix-11577
Jul 17, 2025
Merged

Conversation

Copilot
Copy link
Contributor

@CopilotCopilotAI commentedJul 16, 2025
edited
Loading

This PR resolves cross-reference warnings in the build by adding missing OpenAI API entries to the_zip/missingapi.yml file.

Issue

The build was generating warnings for missing cross-references to these OpenAI APIs:

  • OpenAI.Assistants.FunctionToolDefinition
  • OpenAI.Chat.ChatTool
  • OpenAI.Realtime.ConversationFunctionTool
  • OpenAI.Responses.ResponseTool

These warnings appeared in thexml/Microsoft.Extensions.AI/OpenAIClientExtensions.xml file build process.

Solution

Added the 4 missing API entries to_zip/missingapi.yml following the existing pattern used for other OpenAI APIs. Each entry includes:

  • uid: The fully qualified type name
  • name: The simple type name
  • fullname: The fully qualified type name (same as uid)
  • href: Link to the OpenAI .NET documentation

The entries were added in alphabetical order within their respective namespaces to maintain consistency with the existing file structure.

Changes

  • AddedOpenAI.Assistants.FunctionToolDefinition after existingOpenAI.Assistants.AssistantClient
  • AddedOpenAI.Chat.ChatTool after existingOpenAI.Chat.ChatClient
  • AddedOpenAI.Realtime.ConversationFunctionTool after existingOpenAI.OpenAIClient
  • AddedOpenAI.Responses.ResponseTool after existingOpenAI.Responses.OpenAIResponseClient

All entries use the same documentation URL pattern as existing OpenAI entries:https://github.com/openai/openai-dotnet/blob/main/api/OpenAI.netstandard2.0.cs

Fixes#11577.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn moreCopilot coding agent tips in the docs.

Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
@CopilotCopilotAI changed the title[WIP] Add OpenAI APIs to missingapi.yml fileAdd missing OpenAI APIs to missingapi.yml fileJul 16, 2025
Copilot finished work on behalf ofgewarrenJuly 16, 2025 16:04
@CopilotCopilotAI requested a review fromgewarrenJuly 16, 2025 16:04
@gewarrengewarren marked this pull request as ready for reviewJuly 16, 2025 16:07
@gewarrengewarren requested a review froma team as acode ownerJuly 16, 2025 16:07
@gewarrengewarrenenabled auto-merge (squash)July 16, 2025 16:08
@gewarren
Copy link
Contributor

@dotnet/docs this is ready for final review. The build warning is in a file not changed in this PR.

Copy link
Member

@BillWagnerBillWagner left a comment

Choose a reason for hiding this comment

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

This LGTM. Let's:shipit:

@gewarrengewarren merged commit7836bbd intomainJul 17, 2025
6 of 8 checks passed
@gewarrengewarren deleted the copilot/fix-11577 branchJuly 17, 2025 15:48
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@BillWagnerBillWagnerBillWagner approved these changes

@gewarrengewarrengewarren approved these changes

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Add OpenAI APIs to missingapi.yml file
3 participants
@Copilot@gewarren@BillWagner

[8]ページ先頭

©2009-2025 Movatter.jp