xiaodi

Results 3 issues of xiaodi

https://github.com/k8w/tsrpc/blob/a4f492c194e66a38612e14bc792c1efd04694f07/src/server/base/ApiCall.ts#L199 能否改为 ```javascript return { isSucc: true, output: type === 'json' ? json : JSON.stringify( json, (key, value) => (typeof value === 'bigint' ? value.toString() : value) ) }; ```...

enhancement

During the communication process with GPT, I wish to place the question or topic (i.e., prompt) into a separate area or structure. The purpose of doing so is to conveniently...

During the communication process with GPT, I wish to place the question or topic (i.e., prompt) into a separate area or structure. The purpose of doing so is to conveniently...