You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix: Fix missing log entries in OpenAIAssistant.php
- Add a new variable `$log_entry` to store log entries.
- Append each method call and its arguments to `$log_entry`.
- Call the `write_log()` method with `$log_entry` as an argument to write the log entries to a file.
- Add a new private method `write_log()` to handle writing log entries to a file.
- Update the `submit_tool_outputs()` method to write the `$outputs` array to the log file.
- These changes ensure that all tool calls and their outputs are properly logged.
0 commit comments