Lifei Zhou

Results 11 issues of Lifei Zhou

**Why** At the moment, when the plan is kicked off, the tasks are executed automatically. Users do not have much control to review potential changes that the task will make....

work-in-progress

**Why** At the moment, when the plan is kicked off, the tasks are executed automatically. Users do not have much control to review potential changes that the task will make....

**Please explain the motivation behind the feature request.** Currently we can discover the recipe by - specific recipe file path - find the .yaml or .json under the current directory...

enhancement

**Please explain the motivation behind the feature request.** Goose recipes often have a need of files that contain extra information. This could be a large csv or json document with...

enhancement

**Describe the task** Based on the open ai doc, [max_tokens](https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_tokens) is deprecated. We can use [max_completion_tokens](https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens) in the payload for openai models in openai provider and databricks provider [More context](https://github.com/block/goose/pull/5311#discussion_r2453331655)

p2

## Summary This fix is for a recipe with backtick and {{if}} block ## Issue serde_yaml serialization uses internal heuristics to decide between `|` and quoted text with escaped`\n` and...