-
Notifications
You must be signed in to change notification settings - Fork 120
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jackmpcollins/magentic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jackmpcollins/magentic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 12 files changed
- 1 contributor
Commits on Feb 19, 2024
-
Use Ellipses in functions with docstrings (#109)
* Ignore unnecessary ... error * Add back ... to functions with docstring
Configuration menu - View commit details
-
Copy full SHA for 1028c8b - Browse repository at this point
Copy the full SHA 1028c8bView commit details -
Use function instead of FunctionCall in FunctionResultMessage (#110)
* Remove from_function_call methods from FunctionResultMessage * Add tests for message_to_openai_message * Fix: Use FunctionCallFunctionSchema to name function in result message * Use function instead of function_call in FunctionResultMessage * Add test for chatprompt with function call
Configuration menu - View commit details
-
Copy full SHA for f66feaf - Browse repository at this point
Copy the full SHA f66feafView commit details -
Add Message.format. Allow extending message_to_openai_message (#114)
* Move Optional openai params to only pass if set * Move template formatting into Message classes * Remove *args from format methods * Cast str to T in format methods for mypy * Add Placeholder class for templating messages * Fix: make type_ param bc cannot read generic arg * Remove Message.format overloads to simplify typing * Delete Placeholder class * Do not format FunctionResultMessage * Use singledispatch to make message_to_openai_message extensible * Remove unneeded newlines * Add test_message_to_openai_message_raises * Test no error raised after new message type registered
Configuration menu - View commit details
-
Copy full SHA for c908a15 - Browse repository at this point
Copy the full SHA c908a15View commit details -
* poetry update litellm * poetry update pytest * poetry update ruff * poetry update everything but pydantic * poetry update * Skip broken pydantic test
Configuration menu - View commit details
-
Copy full SHA for 4a095cb - Browse repository at this point
Copy the full SHA 4a095cbView commit details
Commits on Feb 20, 2024
-
Add last_message property to Chat (#117)
* Add last_message property to Chat * Add test for Chat.last_message * Leave .copy on messages property
Configuration menu - View commit details
-
Copy full SHA for b1348a4 - Browse repository at this point
Copy the full SHA b1348a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2493419 - Browse repository at this point
Copy the full SHA 2493419View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.14.1...v0.15.0