Karishma Nanda Greetings!
I am observing quite different and sometime wrong answer too while using code interpreter tool for analytical query?
Can you share more details about the issue with samples or examples?
Regarding your query about Assistants v2, A refresh of the Assistants API is now publicly available. It contains the following updates:
- File search tool and vector storage
- Max completion and max prompt token support for managing token usage.
-
tool_choice
parameter for forcing the Assistant to use a specified tool. You can now create messages with the assistant role to create custom conversation histories in Threads. - Support for
temperature
,top_p
,response_format
parameters. - Streaming and polling support. You can use the helper functions in our Python SDK to create runs and stream responses. We have also added polling SDK helpers to share object status updates without the need for polling.
- Experiment with Logic Apps and Function Calling using Azure OpenAI Studio. Import your REST APIs implemented in Logic Apps as functions and the studio invokes the function (as a Logic Apps workflow) automatically based on the user prompt.
- AutoGen by Microsoft Research provides a multi-agent conversation framework to enable convenient building of Large Language Model (LLM) workflows across a wide range of applications. Azure OpenAI assistants are now integrated into AutoGen via
GPTAssistantAgent
, a new experimental agent that lets you seamlessly add Assistants into AutoGen-based multi-agent workflows. This enables multiple Azure OpenAI assistants that could be task or domain specialized to collaborate and tackle complex tasks. - Support for fine-tuned
gpt-3.5-turbo-0125
models in the following regions:- East US 2
- Sweden Central
- Expanded regional support for:
- Japan East
- UK South
- West US
- West US 3
- Norway east
- West US 3
- West US
- UK South
- Japan East
- East US 2
For more information, see the blog post about assistants.
Please see What's new in Azure OpenAI Service for latest updates.
Do let me know if that helps or have any further queries.