Commit Graph

6 Commits

Author SHA1 Message Date
mohamedo rayen
1e79a038fe Fix errors in function calling blueprint, reload function, and URL conversion
Add a return statement to the `call_function` method in `blueprints/function_calling_blueprint.py`.

* Add a return statement after adding the function result to the system prompt in the `call_function` method.
* Ensure the `call_function` method returns the updated messages.
2024-12-06 17:33:44 -07:00
Marenz
9776bdda0d
Some type annotation additions
Signed-off-by: Marenz <github@supradigital.org>
2024-07-30 19:14:40 +02:00
Marenz
3a32c66923 Allow usage of custom prompts in blueprint
Signed-off-by: Marenz <github@supradigital.org>
2024-07-18 17:53:17 +02:00
Timothy J. Baek
79fa14acbe chore: comments 2024-06-02 15:03:08 -07:00
Timothy J. Baek
dd98a71d0b refac 2024-06-02 11:43:41 -07:00
Timothy J. Baek
313f1a7592 feat: blueprints 2024-06-01 11:24:07 -07:00