Chunk #592
Aus: Tools (Index: 9)
111
Tokens
Synced
Status
Taxonomie
| Kategorie | Tools |
|---|---|
| Pfad | Tools > Task-Management Tools > Task Execution |
| Heading-Pfad | Tools > MCP-Tasks Tools > Task-Management Tools > tasks_execute |
Entities
| Name | Typ |
|---|---|
| Ollama | TECHNOLOGY |
| Task ID | CONFIG |
| Ollama Model | CONFIG |
| auto_complete | CONFIG |
Keywords
Inhalt
Führt einen Task direkt mit lokalem Ollama aus.
| Parameter | Typ | Required | Beschreibung |
|---|---|---|---|
| id | int | Ja | Task-ID |
| model | string | Nein | Ollama-Modell (default: mistral) |
| auto_complete | bool | Nein | Task nach Erfolg abschließen |
# Beispiel
tasks_execute(id=45, model="codellama", auto_complete=True)
# Response
{
"success": true,
"result": {
"response": "...",
"tokens_input": 245,
"tokens_output": 512,
"duration_ms": 3400
},
"task_completed": true
}Clean Content
Führt einen Task direkt mit lokalem Ollama aus.
ParameterTypRequiredBeschreibung
idintJaTask-ID
modelstringNeinOllama-Modell (default: mistral)
auto_completeboolNeinTask nach Erfolg abschließen
```
`# Beispiel
tasks_execute(id=45, model="codellama", auto_complete=True)
# Response
{
"success": true,
"result": {
"response": "...",
"tokens_input": 245,
"tokens_output": 512,
"duration_ms": 3400
},
"task_completed": true
}`
```
Metadaten
| Analysiert am | 20.12.2025 12:45:53 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | 45e47089-1375-46be-a715-25701e482d9b |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:40 |