Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: assistant_post_input and assistant_query_input decorator params updated to configure custom table storage #244

Merged
merged 11 commits into from
Oct 7, 2024

Conversation

manvkaur
Copy link
Contributor

@manvkaur manvkaur commented Sep 23, 2024

Dependency PR - Azure/azure-functions-openai-extension#114

Adds two optional parameters to AssisantPostInput and AssistantQueryInput decorators to configure custom table storage connection settings with default values set -

chat_storage_connection_setting: Optional[str] = "AzureWebJobsStorage",
collection_name: Optional[str] = "ChatState",

Updated tests for these changes

@manvkaur manvkaur changed the title update assistant decortators for table storage optional params AssisantPostInput and AssistantQueryInput decorator params updated to configure custom table storage Sep 23, 2024
@manvkaur manvkaur changed the title AssisantPostInput and AssistantQueryInput decorator params updated to configure custom table storage fix: assistant_post_input and assistant_query_input decorator params updated to configure custom table storage Sep 24, 2024
@hallvictoria
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@hallvictoria hallvictoria merged commit a4c07f6 into Azure:dev Oct 7, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants