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
73 stars 26 forks source link

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

Open manvkaur opened 5 days ago

manvkaur commented 5 days 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):