Views
No views yet
class PlanGeneratorAtomicFlow(ChatAtomicFlow)goalgoalplaninput_interface_non_initialized: The input interface when the conversation is not initialized.input_interface_initialized: The input interface when the conversation is initialized.output_interface: The output interface.backend: The backend to use for the Chat API.system_message_prompt_template: The template for the system message prompt.human_message_prompt_template: The template for the human message prompt.init_human_message_prompt_template: The initial human message prompt.def __init__(**kwargs)kwargs (Dict[str, Any]): The configuration parameters.1@classmethod
2def instantiate_from_config(cls, config)config (Dict[str, Any]): The configuration.ChatAtomicFlow: The instantiated class.def run(input_data: Dict[str, Any]) -> Dict[str, Any]input_data (Dict[str, Any]): The input data.Dict[str, Any]: The output data.