Skip to content

Releases: cognesy/instructor-php

0.7.1

19 May 11:08
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • Define templates for rendering custom prompts and examples
  • Maybe helper class (and example)

0.7.0

18 May 20:18
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • Provide example inputs and outputs
  • Annotate data model with #[Description] or #[Instructions] attributes
  • Easier access to structure fields
  • Customize prompts
  • New examples
  • Updated docs
  • Code cleanup

0.6.6

30 Apr 09:27
Compare
Choose a tag to compare
0.6.6 Pre-release
Pre-release
  • Dedicated client for Ollama
  • Ollama example modified
  • Code cleanup

0.6.5

29 Apr 19:34
Compare
Choose a tag to compare
0.6.5 Pre-release
Pre-release
  • Structures API modified
  • Code cleanup
  • New examples
  • New docs

0.6.4

28 Apr 21:08
Compare
Choose a tag to compare
0.6.4 Pre-release
Pre-release
  • Code cleanup
  • New examples

0.6.3

28 Apr 17:30
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release
  • Dynamically defined data shapes with Structure class
  • Better structure of docs/hub - sections introduced
  • Bug fixes

0.6.2

15 Apr 09:28
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Fixed enum bug in Scalar class

0.6.1

15 Apr 06:41
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Debug mode with example - see the raw request and response data
  • Access to underlying SaloonPHP connector() object - allows setting custom request and response Saloon middleware
  • Docs enhancements
  • Code cleanup

0.6.0

12 Apr 18:01
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Enhanced streaming API
  • Fixed streaming bug - thanks to @adrienbrault
  • Groq API support
  • Refactored, simplified internals
  • Corrections in docs

0.5.1

28 Mar 17:49
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • Draft version of Anthropic function calling