-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
area/apiarea/toolsenhancementNew feature or requestNew feature or requestroadmapup for grabsTickets that no-one is currently working onTickets that no-one is currently working on
Description
https://platform.openai.com/docs/guides/function-calling/parallel-function-calling
From an implementation perspective, we need to force when generating the BNF to return an array instead of a single object, for instance:
root ::= arr
value ::= object | array | string | number | ("true" | "false" | "null") ws
arr ::=
"[\n" ws (
value
(",\n" ws value)*
)? "]"
however, I'd probably mark this feature behind a flag (for either disabling or enabling it, depending on how well it behaves)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/apiarea/toolsenhancementNew feature or requestNew feature or requestroadmapup for grabsTickets that no-one is currently working onTickets that no-one is currently working on