anthropics / anthropics/claude-agent-sdk-python

StructuredOutput gets in a loop

Aberta
#775 0 comentários 5 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
8.1k
Forks
1.3k
Merge médio
2d 31min
PRs com merge (30d)
1

Descrição

Sometimes I have that `StructuredOutput` gets in a loop where it keeps trying to correct itself. It basically goes like this:

```
AssistantMessage(content=[TextBlock(text='\nfalse\nanswertext\n[]\n')], model='claude-sonnet-4-6'....
```

```
UserMessage(content=[TextBlock(text='Stop hook feedback:\nYou MUST call the StructuredOutput tool to complete this request. Call this tool now.')], uuid='191538a1-0dd7-415c-a728-50165282a087', parent_tool_use_id=None, tool_use_result=None)
```

And then it just keeps repeating the same pattern, it never calls the StructuredOutput tool, it just keeps on trying this odd `` type of text output. It somehow thinks that using `` is the same thing as calling it?

It also gets stuck inside this loop for WAY too long (basically until it hit the max budget), this should be restricted somehow.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.