v0.0.8
What's Changed
- Outline: Shrank llms-txt output to <200_000 input tokens
- Bundle: Added "count-tokens" procedure to inform about the size
of the outcome. Sonnet and Opus are limited to 200_000 input tokens. - Query: Added a few more example questions specific to CrateDB
- Naming things: Renamed
OutlineItems.to_dicttoOutlineItems.to_list - Prompt (instructions.md): Reorganized and improved the CrateDB prompt
instructions for clarity and structure
Details
- Outline: Shrink llms-txt output to <200_000 input tokens by @amotl in #57
- Bundle: Added "count-tokens" procedure to inform about the size by @amotl in #59
- Query: Add a few more example questions specific to CrateDB by @amotl in #60
- Naming things: Rename
OutlineItems.to_dicttoOutlineItems.to_listby @amotl in #61 - Prompt: Reorganize and improve instructions about working with CrateDB by @amotl in #62
Full Changelog: v0.0.7...v0.0.8