About 83,200 results
Open links in new tab
  1. How to do function calling using Azure OpenAI - Stack Overflow

    Jun 23, 2023 · How to do function calling using Azure OpenAI Asked 2 years, 1 month ago Modified 1 year, 10 months ago Viewed 11k times

  2. How do I do function calling in Azure Openai using the javascript …

    Jul 25, 2023 · I want to be able to call functions based on the user input, I could do this with the openai library but can't find a way to do so in the azure openai library Below is the code from …

  3. How do I stream the response when function calling is used in …

    Apr 22, 2024 · I'm using function calling in OpenAI to get search results from web to give OpenAi's gpt-3.5-turbo model some context when answering questions. I want to stream the …

  4. OpenAI Functions Tool calling not actually calling for function

    May 10, 2025 · So I have the most basic example I can do here, I don't get it, I created a functions to be used by the response, I labeled it and everything, and nothing, it just answers on it's own …

  5. Receiving a 400 error when calling Azure OpenAI Python SDK …

    Jun 4, 2025 · The Responses API you are calling is part of the new stateful preview endpoint, not the regular inference API. When you use api_version="2025-04-01-preview", the SDK expects …

  6. Why I'm getting 404 Resource Not Found to my newly Azure …

    Jan 19, 2023 · At this time openai is only for questions about OpenAI API. Ref. Disambiguate [chatgpt] and [openai]. As Azure OpenAI is part of Azure Cognitive Services, it looks to be fair …

  7. Streaming Stopped at `thread.run.requires_action` When Handling …

    Sep 17, 2024 · I am working with OpenAI's function calling and handling streaming events using Node.js. I have set up an EventHandler class that extends EventEmitter to process events …

  8. OpenAI assistant streaming for function calling - Stack Overflow

    Mar 18, 2024 · It was able to get streaming working for regular text responses, but now I’m stuck on function calling. I would like to know about event handler of nodejs SDK for OpenAI.

  9. How do I use arrays in OpenAI function calling? - Stack Overflow

    Aug 27, 2023 · I am using OpenAI's function calling to get a list of strings from a preset list of items. I want OpenAI to return values that belong only in the preset list and nothing else. …

  10. angular - How to set up streaming of responses from an Azure …

    May 3, 2024 · How can I set up streaming of responses from an Azure Function API, which is designed to utilize Azure OpenAI using Python language, to be consumed by an Angular UI …