Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/Builders/PromptBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1480,19 +1480,6 @@ private function isMessagesList($value): bool
return true;
}

/**
* Includes a required option in the list if not already present.
*
* Checks if a RequiredOption with the same name already exists in the list.
* If not, adds the new option. Returns the updated list.
*
* @since 0.1.0
*
* @param list<RequiredOption> $options The existing list of required options.
* @param RequiredOption $option The option to potentially add.
* @return list<RequiredOption> The updated list of required options.
*/

/**
* Includes output modalities if not already present.
*
Expand Down
Loading