What's Changed
* docs: add more chaining examples by willbakst in https://github.com/Mirascope/mirascope/pull/301
* feat: updated mirascope logfire span data for custom panels by brenkao in https://github.com/Mirascope/mirascope/pull/302
* fixed comments mentioned in issue 293 by tvj15 in https://github.com/Mirascope/mirascope/pull/303
* Fix dependency issue by willbakst in https://github.com/Mirascope/mirascope/pull/306
* Convenience for generating the assistant message parameter from the response of a call by willbakst in https://github.com/Mirascope/mirascope/pull/308
* feat: otel llm updates by brenkao in https://github.com/Mirascope/mirascope/pull/307
* feat: add to call response types by willbakst in https://github.com/Mirascope/mirascope/pull/310
* fix: moved tags in logfire so they show up in ui by brenkao in https://github.com/Mirascope/mirascope/pull/314
* docs: updated writing_prompts docs and added additional examples by brenkao in https://github.com/Mirascope/mirascope/pull/315
* feat: streaming classes for additional streaming convenience by willbakst in https://github.com/Mirascope/mirascope/pull/317
* docs: fix typos and bad examples, added new example by brenkao in https://github.com/Mirascope/mirascope/pull/316
* feat: streaming content and tools together by willbakst in https://github.com/Mirascope/mirascope/pull/329
* docs: added multiple examples and docs updates to chat history by brenkao in https://github.com/Mirascope/mirascope/pull/323
* docs: updated retrying docs and added some basic examples by brenkao in https://github.com/Mirascope/mirascope/pull/324
* docs: updated examples for extraction and docs by brenkao in https://github.com/Mirascope/mirascope/pull/325
* docs: updated dynamic call/extraction generation examples and docs by brenkao in https://github.com/Mirascope/mirascope/pull/326
* docs: example usage with flask, django, and instructor, and tool calls by brenkao in https://github.com/Mirascope/mirascope/pull/328
* docs: updated docs and examples with v0.17 changes by brenkao in https://github.com/Mirascope/mirascope/pull/330
* feat: add name and description classmethods + call method to BaseTool by willbakst in https://github.com/Mirascope/mirascope/pull/331
* docs: added streaming example to chat history by brenkao in https://github.com/Mirascope/mirascope/pull/333
* feat: add a class for organizing tools under a single namespace by willbakst in https://github.com/Mirascope/mirascope/pull/334
* docs: show how to use examples with tools by willbakst in https://github.com/Mirascope/mirascope/pull/336
* Feat: tool message parameter creation utilities for response types and stream types by willbakst in https://github.com/Mirascope/mirascope/pull/337
**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v0.16.1...v0.17.0