All tools
ToolWrite
Fork Project Agent conversation
fork_project_agent_conversationYou need source-backed evidence, quotes, snippets, or exact library text.
When to use it
You need source-backed evidence, quotes, snippets, or exact library text.
Typical workflow
Search chunks, read only the precise chunk or bounded text needed, cite ids.
What it returns
Source text, chunks, snippets, ids, and citation-ready context.
Avoid using it when
You only need source names or folders; start with metadata lists.
Advanced input contract
Agent hosts use this JSON Schema to validate the exact input shape.
View JSON Schema
{
"type": "object",
"properties": {
"conversationId": {
"type": "string",
"format": "uuid"
},
"requestId": {
"type": "string",
"minLength": 1,
"maxLength": 160,
"description": "Unique retry key for this fork request."
}
},
"required": [
"conversationId",
"requestId"
],
"additionalProperties": false
}