feat(agent): Connect AI 웹사이트 탐색 기능(read_url) 추가 및 웹 스크래핑 구현
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// Test just the create_file regex pattern in isolation
|
||||
const t = '<create_file path="test.js">console.log("hi")</create_file>';
|
||||
const result = t.replace(/<create_file\s+path="([^"]+)">([\s\S]*?)<\/create_file>/g, 'MATCH:$1:$2');
|
||||
console.log(result);
|
||||
Reference in New Issue
Block a user