ask_question

Ask a question and get a true/false response.

Arguments

NameTypeDescriptionRequired

question_prompt

prompt

The prompt containing the question to ask.

Returns

TypeDescription

boolean

The true/false response from the agent.

Example

- name: ask_question
  arguments:
    question_prompt: 'Is the sky blue?'
  returns: true/false

Last updated