Commit Graph

9 Commits

Author SHA1 Message Date
Иван
89b7d69b4d
Merge 3af8b1310f into b955a8fab3 2025-04-28 10:00:29 +00:00
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
HardAndHeavy
3af8b1310f Add getting a TEMPLATE from an environment variable 2024-12-02 01:24:43 +03:00
HardAndHeavy
33da359c6d Remove back quotes when receiving a function response 2024-12-01 01:10:27 +03: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