ResponseToolExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods that convert OpenAI OpenAI.Responses.ResponseTool instances into the equivalent ProjectsAgentTool representation.
public static class ResponseToolExtensions
type ResponseToolExtensions = class
Public Module ResponseToolExtensions
- Inheritance
-
ResponseToolExtensions
Methods
| Name | Description |
|---|---|
| AsAgentTool(ResponseTool) |
Reinterprets an OpenAI OpenAI.Responses.ResponseTool as a ProjectsAgentTool by round-tripping through the wire format. |