Chunk #449

Aus: API (Index: 6)

60 Tokens
Synced Status
« Vorheriger (#5) Nächster (#7) »

Taxonomie

Kategorie API
Pfad API > API-Referenz > Request-Body
Heading-Pfad API > API-Referenz > POST /api/v1/tasks/{id}/execute > Request-Body

Entities

Name Typ
ollama TECHNOLOGY
anthropic_api SERVICE
mistral MODEL
auto_complete CONFIG
additional_context CONFIG

Keywords

POST /api/v1/tasks/{id}/execute Request-Body executor_type model

Inhalt

{
  "executor_type": "ollama",             // optional: ollama, anthropic_api
  "model": "mistral",                    // optional
  "auto_complete": true,                 // optional: Task nach Erfolg abschließen
  "additional_context": "..."            // optional: Zusätzlicher Kontext
}

Clean Content

```
`{
 "executor_type": "ollama", // optional: ollama, anthropic_api
 "model": "mistral", // optional
 "auto_complete": true, // optional: Task nach Erfolg abschließen
 "additional_context": "..." // optional: Zusätzlicher Kontext
}`
```

Metadaten

Analysiert am20.12.2025 12:38:52
Analyse-Modellgemma3:4b-it-qat
Embedding-Modellmxbai-embed-large
Qdrant-ID2bfd868f-670e-4cb9-abe2-7abc126ce45d
Erstellt20.12.2025 12:34:42
Aktualisiert20.12.2025 12:53:36