Skip to content

Save a turn whose work was tool calls - #66

Merged
vitramir merged 1 commit into
mainfrom
save-a-turn-without-assistant-text
Aug 4, 2026
Merged

Save a turn whose work was tool calls#66
vitramir merged 1 commit into
mainfrom
save-a-turn-without-assistant-text

Conversation

@vitramir

@vitramir vitramir commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Removing model returned no content was not enough — the same turn then died one stage later:

agn_turn failed: no assistant response to save; retrying in 4s

save requires LastAssistant, and a turn that answered by calling SendMessage never sets it: the reply went out as a tool call, not as assistant text. So the turn failed, agynd retried the message, and the agent posted the same reply on every attempt — six times in the reported thread.

save required assistant text, and a turn that answered by calling
SendMessage has none -- so it failed, agynd retried the message, and the
reply was posted again on every attempt.
@vitramir
vitramir merged commit 8f4da17 into main Aug 4, 2026
1 of 2 checks passed
@vitramir
vitramir deleted the save-a-turn-without-assistant-text branch August 4, 2026 11:35
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.

1 participant