Sha256: 98f1b6d294ace825b7869a6c86058f90538373570d60098defe495ea8b827ae3

Contents?: true

Size: 1.62 KB

Versions: 1

Compression:

Stored size: 1.62 KB

Contents

{
  "name": "YouTube Title Creator",
  "sections": [
    {
      "name": "Research",
      "order": 1,
      "steps": [
        {
          "name": "Starting Context",
          "order": 1,
          "input_attributes": [

          ],
          "output_attributes": [

          ],
          "prompt": "best_practice"
        },
        {
          "name": "Basic titles",
          "order": 2,
          "input_attributes": [
            "basic_title",
            "basic_keyword",
            "basic_transcript"
          ],
          "output_attributes": [
            "potential_titles"
          ],
          "prompt": "Keyword: [start_keyword]\nTitle: [start_title]\n\nTranscript:\n\n[start_transcript]\n"
        },
        {
          "name": "Working Title",
          "order": 3,
          "input_attributes": [
            "potential_titles"
          ],
          "output_attributes": [
            "working_title"
          ]
        }
      ]
    }
  ],
  "attributes": {
    "start_title": {
      "name": "start_title",
      "type": "string",
      "is_array": false
    },
    "start_keyword": {
      "name": "start_keyword",
      "type": "string",
      "is_array": false
    },
    "start_transcript": {
      "name": "start_transcript",
      "type": "string",
      "is_array": false
    },
    "potential_titles": {
      "name": "potential_titles",
      "type": "array",
      "is_array": false
    },
    "working_title": {
      "name": "working_title",
      "type": "string",
      "is_array": false
    }
  },
  "prompts": [
    {
      "name": "best_practice",
      "path": "youtube/title_creator/best_practice.md"
    }
  ]
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ad-agent_architecture-0.0.10 workflow.json