Purna Chandra Panda
Purna Chandra Panda
What is the best way to add a validator for option parse? Is "AddValidator" best here? How is to allow await statement inside validator logic that makes a db call...
**Describe the bug** URI access fails with 502 for queries like - https://disease.sh/v3/covid-19/countries/Argentina,USA. **To Reproduce** Where the bug occurring? Examples: - Live URL for endpoint? Access URI https://disease.sh/v3/covid-19/countries/Argentina,USA in browser...
From ubuntu terminal, run: ``` $ docker pull wettyoss/wetty:latest $ docker run -it -p 3002:3000 wettyoss/wetty:latest --shh-user=user1 --ssh-pass=mypwd ``` On browser, access the app as http://localhost:3002/wetty. Provided the correct username...
## Code snippet ``` import os import asyncio from semantic_kernel.contents.chat_history import ChatHistory from semantic_kernel.connectors.ai.prompt_execution_settings import PromptExecutionSettings from semantic_kernel.connectors.ai.azure_ai_inference import AzureAIInferenceChatCompletion from semantic_kernel.connectors.ai.azure_ai_inference import AzureAIInferenceChatPromptExecutionSettings from azure.ai.inference import ChatCompletionsClient from azure.core.credentials...