Skip to content

ResponseFunctionCallArgumentsDoneEvent event missing name field #409

@tqtifnypmb

Description

@tqtifnypmb

Describe the bug
According to the official documentation, the response.function_call_arguments.done streaming event must include a name field indicating the function being called.

To Reproduce
No

Expected behavior

{
  "type": "response.function_call_arguments.done",
  "item_id": "item-abc",
  "name": "get_weather",
  "output_index": 1,
  "arguments": "{ \"arg\": 123 }",
  "sequence_number": 1
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions