Ashpreet

Results 25 issues of Ashpreet

Create a cookbook: `cookbook/knowledge/text.py` showcasing how to use the [TextKnowledgeBase](https://docs.phidata.com/blocks/kb/text)

enhancement
good first issue

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)

enhancement
good first issue

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...

- 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...

type: feature request
api: iam

- New Agent class

- Add workflow storage - Update AgentChat to AgentRun