Scade knowledge base
  • What is Scade?
  • Quick start
    • How to create a flow
  • Build a flow
    • What is Flow?
    • How to create a flow
    • What is a Node
    • What are the Start and End Nodes?
    • How to add nodes (AIs and tools) to your flow
    • Top Nodes settings
      • Large language models
      • Image generation
      • Transcribe audio to text (Whisper)
      • Image background removal options
    • How to Connect Nodes
    • How to Use Expression Editor
    • How to Copy Generated Images or Text
    • What is the 'View Source' of a Node
    • How to add python code
  • Flow examples
    • Building a flow: create promo cards of a product
    • Building a flow: a virtual AI editorial office
    • Building a flow: video transcription and summarization
    • 5 minute challenge: compare different LLMs
    • 5 minute challenge: upscale and colorize photos
    • 5 minute challenge: summarize audio
  • Publish
    • Run flows via API
  • Pricing and credits
Powered by GitBook
On this page
  1. Build a flow

What is the 'View Source' of a Node

Each executed node has a 'View Source' button. Here, you will find all the data related to the specific tool you are interacting with. This view provides several useful insights that are otherwise not immediately visible.

Here are the examples of what it can contain depending on the type of the node:

  • For LLM nodes, you can see the number of tokens in the prompt and the generated result.

  • For images, there is the link to the generated or processed image.

  • For audio transcript models like Whisper, you can see the dialog split into segments, each with start and end timecodes of phrases, and identify the language used and the number of speakers involved.

PreviousHow to Copy Generated Images or TextNextHow to add python code

Last updated 11 months ago