@orangecheck/agent-openai / invokeWithStampAndPost
Function: invokeWithStampAndPost()
function invokeWithStampAndPost<T>(input: InvokeWithStampAndPostInput<T>): Promise<InvokeWithStampAndPostResult<T>>;
Defined in: index.ts:285
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
input | InvokeWithStampAndPostInput<T> |
Returns
Promise<InvokeWithStampAndPostResult<T>>