Skip to content

Complete Flows can be created that have no streaming result #110

@loukratz-bv

Description

@loukratz-bv

Example:

  - type: Flow
    id: tool_invocation_example
    interface:
      type: Complete
    variables:
      - id: input_msg
        type: text
      - id: tool_result
        type: text
    inputs:
      - input_msg
    outputs:
      - tool_result
    steps:
      - id: tool_step
        type: InvokeTool
        tool: q_example_qtype.tools.my_function_1
        inputs:
          - input_msg
        outputs:
          - tool_result
        input_bindings:
          msg: input_msg
        output_bindings:
          result: tool_result

This is a bad user experience -- the validation should catch this or something

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions