Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Update last activity timestamp to prevent idle timeout
| Field | Value |
|---|
| Name | refresh_sandbox_session |
| Group | Sandbox |
Playground
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Sandbox session ID"
}
},
"required": [
"id"
],
"additionalProperties": false,
"description": "Input schema for the refresh_sandbox_session tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}
Output schema
{
"type": "object",
"properties": {
"ok": {
"type": "boolean",
"description": "The ok associated with this tool result."
}
},
"required": [
"ok"
],
"additionalProperties": false,
"description": "Structured result returned by the refresh_sandbox_session tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}