{formattedContent}
+| ID | +Time | +Method | +Path | +Model | +Status | +Duration | +
|---|---|---|---|---|---|---|
| {req.id + 1} | +{formatRelativeTime(req.timestamp)} | +{req.method} | +{req.path} | +{req.model} | ++ {#if req.pending} + pending + {:else} + = 200 && req.status < 300 ? 'text-green-500' : 'text-red-500'}> + {req.status} + + {/if} + | +{req.pending ? "-" : formatDuration(req.duration)} | +
{tool.description}
+ {/if} + {#if tool.parameters && tool.parameters.properties} +| Name | +Type | +Description | +
|---|---|---|
| + {propName} + {#if tool.parameters.required?.includes(propName)} + * + {/if} + | ++ + {(prop as any).type || 'any'} + + | ++ {(prop as any).description || '-'} + | +
| Argument | +Value | +
|---|---|
| {name} | +
+ {#if typeof value === 'object' && value !== null}
+ |
+
| Argument | +Value | +
|---|---|
| {name} | +
+ {#if typeof value === 'object' && value !== null}
+ |
+