mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
docs: fix bad docs (#2691)
This commit is contained in:
parent
aaff066457
commit
c21161b75e
@ -118,8 +118,8 @@ export default tool({
|
||||
args: {},
|
||||
async execute(args, context) {
|
||||
// Access context information
|
||||
const { project, directory, worktree } = context
|
||||
return `Project: ${project.name}, Directory: ${directory}`
|
||||
const { agent, sessionID, messageID } = context
|
||||
return `Agent: ${agent}, Session: ${sessionID}, Message: ${messageID}`
|
||||
},
|
||||
})
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user