Merge pull request #360 from mohameodo/fix-errors

Fix errors in function calling blueprint, reload function, and URL conversion
This commit is contained in:
Timothy Jaeryang Baek 2025-03-28 13:12:40 -07:00 committed by GitHub
commit fb20b7593b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,6 +137,8 @@ And answer according to the language of the user's question.""",
# Return the updated messages
return messages
return messages
def run_completion(self, system_prompt: str, content: str) -> dict:
r = None
try: