[Frontend] split append tool output (#28333)

Signed-off-by: Andrew Xia <axia@fb.com>
Co-authored-by: Andrew Xia <axia@fb.com>
This commit is contained in:
Andrew Xia
2025-11-12 20:03:23 -08:00
committed by GitHub
parent a1d3866dda
commit 7c38ed0f1c
3 changed files with 72 additions and 62 deletions

View File

@@ -34,6 +34,9 @@ class MockConversationContext(ConversationContext):
def append_output(self, output) -> None:
pass
def append_tool_output(self, output) -> None:
pass
async def call_tool(self):
return []