Skip to content

Fix dataset preparation logging error - #105

Merged
drunkenbot-ai merged 1 commit into
developfrom
ncj-dneg-refactor-widget-structure
Aug 19, 2026
Merged

Fix dataset preparation logging error#105
drunkenbot-ai merged 1 commit into
developfrom
ncj-dneg-refactor-widget-structure

Conversation

@ncj-dneg

Copy link
Copy Markdown
Collaborator

Summary

Fixes the dataset preparation startup logging error:

TypeError: not all arguments converted during string formatting

The log message had six %s placeholders but supplied seven values. It now includes the missing tool_call_json=%s placeholder.

Verification

  • Updated branch from latest develop before making the fix.
  • tests.test_interface_imports: 4 tests passed.
  • Interface code standards check passes.
  • Engine submodule was not modified.

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

Add the missing tool-call dataset placeholder to the preparation log format
so logging no longer raises a formatting error when dataset preparation starts.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@drunkenbot-ai
drunkenbot-ai merged commit 3ae2e99 into develop Aug 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants