Ashpreet
Ashpreet
Create a cookbook: `cookbook/knowledge/text.py` showcasing how to use the [TextKnowledgeBase](https://docs.phidata.com/blocks/kb/text)
We'd like to add AzureOpenAI as an LLM provider - Read about [AzureOpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/switching-endpoints)
Test the `break_after_run` functionality
Change 1: This PR adds a `messages` param to the Assistant/LLMTask run functions, which allows the user to provide a list of messages instead of a single message Example: cookbook/assistants/use_messages.py...
v2.4
- Remove LLM Task - Add Async Run - Add Messages Param - Add Workflows
**Is your feature request related to a problem? Please describe.** I would like to create and manage Service Accounts programmatically using this library. Currently I'm using `google-api-python-client` but would love...
- New Agent class
- Add workflow storage - Update AgentChat to AgentRun