use anthropic beta client (#2235)

This commit is contained in:
Shuchang Zheng
2025-04-28 16:24:12 +08:00
committed by GitHub
parent 2f0e6e5eb3
commit a8d237deee
3 changed files with 20 additions and 8 deletions

View File

@@ -1433,7 +1433,6 @@ class ForgeAgent:
raw_response=True,
betas=["computer-use-2025-01-24"],
)
LOG.info("Anthropic response", llm_response=llm_response)
assistant_content = llm_response["content"]
llm_caller.message_history.append({"role": "assistant", "content": assistant_content})