Skip to content

Claude API Tool Use místo blender code block parsingu (Fáze 2) #78

@lebduska

Description

@lebduska

Summary

Přejít z ručního parsování ```blender``` bloků na Claude API native tool_use.

Výhody

  • Spolehlivější structured output (JSON schema)
  • Claude může volat knowledge base search sám (ne jen front-end RAG)
  • Iterativní workflow: Claude volá tool → dostane výsledek → volá další tool

Definice tools

{
  "tools": [
    { "name": "blender_operator", "description": "Execute Blender operator" },
    { "name": "blender_property", "description": "Set object property" },
    { "name": "search_knowledge", "description": "Search GN node documentation" }
  ]
}

Souvisí s

  • docs/PHASE2-AI-INTEGRATION.md
  • ROADMAP.md Fáze 2

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions