Offering a Bounty for an Example Using @effect/ai-openai Package
Hey guys, given the @effect/ai-openai package doesn’t have any documentation yet, I thought I’d put out a small $50 USD bounty for getting an example (which will be added to the docs via MR - if the effect team wishes)
Reqs:
* has some simple retry logic with Scheduler that retries x times - potential bonus for increasing temperature it the error is due to a schema issue, instead of a RequestError
* takes in a Schema, and makes a createCompletion call (doesn’t have to be createChatCompletion)
* Schema is then used in a tool call to parse the output of the model
* Needs to be cleanly set out & accept a few params (eg temperature, model name, max tokens etc)
* Return value should be the function call data, and this should be typed. I.e., whatever properties + schema info I pass through I should get returned back to me if the call is successful
Reqs:
* has some simple retry logic with Scheduler that retries x times - potential bonus for increasing temperature it the error is due to a schema issue, instead of a RequestError
* takes in a Schema, and makes a createCompletion call (doesn’t have to be createChatCompletion)
* Schema is then used in a tool call to parse the output of the model
* Needs to be cleanly set out & accept a few params (eg temperature, model name, max tokens etc)
* Return value should be the function call data, and this should be typed. I.e., whatever properties + schema info I pass through I should get returned back to me if the call is successful
