Skip to content

4.36.0

Choose a tag to compare

@mkht mkht released this 27 Aug 15:14
· 77 commits to main since this release

4.36.0

  • Add -WebSearchAllowedDomains parameter to Request-Response function.

Example

Request-Response -Model 'gpt-5-mini' `
    -Message 'Please tell me some interesting recent tech stories.' `
    -UseWebSearch `
    -WebSearchAllowedDomains @('techradar.com', 'theguardian.com', 'theregister.com') `
    -WebSearchContextSize low