mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-07 09:18:41 +00:00
cleanup diff, cleanup agent
This commit is contained in:
@@ -144,7 +144,7 @@ func (w *writeTool) Run(ctx context.Context, call ToolCall) (ToolResponse, error
|
||||
}
|
||||
}
|
||||
|
||||
sessionID, messageID := getContextValues(ctx)
|
||||
sessionID, messageID := GetContextValues(ctx)
|
||||
if sessionID == "" || messageID == "" {
|
||||
return NewTextErrorResponse("session ID or message ID is missing"), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user