-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Labels
area: responsesThis item is related to ResponsesThis item is related to Responsesblocked: specThis issue is blocked on a needed REST API spec update.This issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.
Description
Describe the feature or improvement you are requesting
This is a feature request to add support for the recently introduced "Custom Tools" feature in the OpenAI API. This feature enables defining tools that can accept a plain string as input, rather than a structured JSON object. It also includes the ability to constrain the model's output for these tools using a context-free grammar (CFG) with either Lark or regex syntax.
Additional context
This feature is already available in both openai-node and openai-python. It would be helpful my app.
OpenAI documentation link:
https://platform.openai.com/docs/guides/function-calling#custom-tools
Metadata
Metadata
Assignees
Labels
area: responsesThis item is related to ResponsesThis item is related to Responsesblocked: specThis issue is blocked on a needed REST API spec update.This issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.