From f780d3b90f388d9f45db52f92c8599d1b5ca7404 Mon Sep 17 00:00:00 2001 From: Suchintan Date: Thu, 18 Jul 2024 15:05:37 -0700 Subject: [PATCH] Documentation edits made through Mintlify web editor --- docs/running-tasks/advanced-features.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/running-tasks/advanced-features.mdx b/docs/running-tasks/advanced-features.mdx index 66f70463..45dff927 100644 --- a/docs/running-tasks/advanced-features.mdx +++ b/docs/running-tasks/advanced-features.mdx @@ -3,8 +3,6 @@ title: Advanced Settings for tasks description: 'How to use advanced settings for tasks' --- -# Advanced Settings for tasks - ## Overriding the max_steps paramter in the task If you want the task to execute for a specific number of steps, you can use the `x-max-steps-override` header in the request. This will override the default `max_steps` parameter set in the task.