mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 17:22:38 +02:00
Carry thinkingStepId on tool output and extend builder and parity tests.
This commit is contained in:
parent
32092c0b65
commit
1761b60c16
3 changed files with 156 additions and 1 deletions
|
|
@ -110,7 +110,9 @@ def iter_tool_end_frames(
|
|||
stream_result=result,
|
||||
langgraph_config=config,
|
||||
staged_workspace_file_path=staged_file_path,
|
||||
tool_metadata=state.span_metadata_if_active(),
|
||||
tool_metadata=state.tool_activity_metadata(
|
||||
thinking_step_id=original_step_id,
|
||||
),
|
||||
)
|
||||
yield from iter_tool_completion_emission_frames(emission_ctx)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue