You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model_task_config: The Prefect task config to use for model request tasks. If no config is provided, use the default settings of Prefect.
68
69
tool_task_config: The default Prefect task config to use for tool calls. If no config is provided, use the default settings of Prefect.
69
70
tool_task_config_by_name: Per-tool task configuration. Keys are tool names, values are TaskConfig or None (None disables task wrapping for that tool).
71
+
event_stream_handler_task_config: The Prefect task config to use for the event stream handler task. If no config is provided, use the default settings of Prefect.
70
72
prefectify_toolset_func: Optional function to use to prepare toolsets for Prefect by wrapping them in a `PrefectWrapperToolset` that moves methods that require IO to Prefect tasks.
71
73
If not provided, only `FunctionToolset` and `MCPServer` will be prepared for Prefect.
72
74
The function takes the toolset, the task config, the tool-specific task config, and the tool-specific task config by name.
0 commit comments