Skip to content

Commit 43fc68d

Browse files
committed
fix: update args schema
1 parent c054e45 commit 43fc68d

File tree

1 file changed

+1
-0
lines changed
  • src/codegen/extensions/langchain

1 file changed

+1
-0
lines changed

src/codegen/extensions/langchain/tools.py

+1
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ class RelaceEditInput(BaseModel):
10411041

10421042
filepath: str = Field(..., description="Path of the file relative to workspace root")
10431043
edit_snippet: str = Field(..., description=RELACE_EDIT_PROMPT)
1044+
tool_call_id: Annotated[str, InjectedToolCallId]
10441045

10451046

10461047
class RelaceEditTool(BaseTool):

0 commit comments

Comments
 (0)