...
PIPEFORCE provides many tools to write, engineer and execute prompts, chain them in pipelines and supervise them. In this chapter you will learn about the basic prompt principles and how to executed them.
Simple prompt
One of most generic and simplest use cases is to send an advice to the AI and use the response data in your pipeline. For this you can use the ai.agent.call
command with a simple prompt
question.
...