What's Changed * rag cookbook example markdown by brianpark0126 in https://github.com/Mirascope/mirascope/pull/52 * fix: dependabot issues with FastAPI and Starlette packages by willbakst in https://github.com/Mirascope/mirascope/pull/62 * fix: bump up FastAPI version in cookbook requirements-fastapi.txt by willbakst in https://github.com/Mirascope/mirascope/pull/63 * fix: incorrect inclusion of `tool_call` in `OpenAITool.tool_schema` by willbakst in https://github.com/Mirascope/mirascope/pull/61
What's Changed * docs: remove old docs and point to new basic examples by willbakst in https://github.com/Mirascope/mirascope/pull/57 * fix: issue with all extra + readme for zsh users by willbakst in https://github.com/Mirascope/mirascope/pull/58
What's Changed * chore(deps): bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/Mirascope/mirascope/pull/22 * feat: add initial OpenAITool Pydantic model by willbakst in https://github.com/Mirascope/mirascope/pull/23 * Make using tools easy with OpenAITool and Function -> OpenAITool automatic conversion by willbakst in https://github.com/Mirascope/mirascope/pull/24 * Tools review changes by willbakst in https://github.com/Mirascope/mirascope/pull/25 * feat: basic rag cookbook example using local embeddings by brianpark0126 in https://github.com/Mirascope/mirascope/pull/26 * feat: OpenAIChat Extraction + String Prompts by willbakst in https://github.com/Mirascope/mirascope/pull/29 * Rag pinecone by brianpark0126 in https://github.com/Mirascope/mirascope/pull/30 * removed debug statement from pinecone_embeddings.py by brianpark0126 in https://github.com/Mirascope/mirascope/pull/31 * feat: added async openai client by brenkao in https://github.com/Mirascope/mirascope/pull/28 * docs: add templates for issues by willbakst in https://github.com/Mirascope/mirascope/pull/34 * Initial prep work for streaming tools more conveniently by willbakst in https://github.com/Mirascope/mirascope/pull/33 * bugfix: fixed various bugs regarding mirascope cli by brenkao in https://github.com/Mirascope/mirascope/pull/41 * Feature/mirascope cli autocomplete by brenkao in https://github.com/Mirascope/mirascope/pull/42 * Feat: Enable using `base_url` with convenience wrappers for things like proxies by willbakst in https://github.com/Mirascope/mirascope/pull/49 * feat: add **kwargs to chat client wrappers for passthrough by willbakst in https://github.com/Mirascope/mirascope/pull/50 * Readme updates by willbakst in https://github.com/Mirascope/mirascope/pull/44 * Rag refactor by brianpark0126 in https://github.com/Mirascope/mirascope/pull/43 * TOOL message type for Prompt by willbakst in https://github.com/Mirascope/mirascope/pull/51 * feat: added basic tools parsing by brenkao in https://github.com/Mirascope/mirascope/pull/48 * final rag changes by brianpark0126 in https://github.com/Mirascope/mirascope/pull/54 * feat: Added AsyncOpenAIToolParser by brenkao in https://github.com/Mirascope/mirascope/pull/53 * Update pydantic_prompts.md by brenkao in https://github.com/Mirascope/mirascope/pull/55
New Contributors * dependabot made their first contribution in https://github.com/Mirascope/mirascope/pull/22 * brianpark0126 made their first contribution in https://github.com/Mirascope/mirascope/pull/26
What's Changed * Update mkdocs tracking by willbakst in https://github.com/Mirascope/mirascope/pull/19 * chore: update GA tag in mkdocs.yml, add py.typed for mypy, and bump v… by willbakst in https://github.com/Mirascope/mirascope/pull/20
What's Changed * fixed various typos from docs examples by brenkao in https://github.com/Mirascope/mirascope/pull/16 * Added type hint for messages when using messages decorator by brenkao in https://github.com/Mirascope/mirascope/pull/17 * chore: bump version number v0.1.0 -> v0.1.1 by willbakst in https://github.com/Mirascope/mirascope/pull/18