ask

Ask a question and get a string response.

Arguments

Name
Type
Description
Required

question_prompt

prompt

The prompt containing the question to ask.

Returns

Type
Description

string

The string response from the agent.

Example

- name: ask
  arguments:
    question_prompt: 'What is the capital of France?'
  returns: 'Paris'

Last updated