Azure / azure-functions-openai-extension

An extension that adds support for Azure OpenAI/ OpenAI bindings in Azure Functions for LLM (GPT-3.5-Turbo, GPT-4, etc)
MIT License
80 stars 29 forks source link

Update table client creation during Assistant Post and Assistant Query #114

Closed manvkaur closed 1 month ago

manvkaur commented 1 month ago

Fix for https://github.com/Azure/azure-functions-openai-extension/issues/112

  1. Create Table Client if null during AssistantPost and AssistantQuery
  2. Java library updated to include above
  3. Samples updated with passing default values for AssistantCreate, AssistantPost and AssistantQuery
  4. null checks added (reported in code quality rules violations)
  5. Nuget dependencies updated for WebJobs OpenAI and Worker OpenAI

To Do (next PR):