对比效果(开启个性化指令)开启个性化指令(前端工程师 # 代码 解决方案 Typescript),相同的问题 GPT ...
第三个错误问题,编写代码来计算斐波那契数列,首先,他是没有指明用什么代码来编写斐波那契数列,所以正确问答是,编写一个TypeScript的函数来高效的计算斐波那契数列,自由的评论代码以解释每一部分的作用,以及为什么要这样写。第四个错误问答演示是总结会议记录,这个明显太笼统,没有告诉ChatGPT要用多少个字来总结,总...
当然,这里有一个使用请求和响应拦截器在 TypeScript 中编写基于 Axios 的接口请求方法的示例: import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';interface ApiResponse<T> {success: boolean;data: T;message: string;}class ApiService {private axiosInstance: AxiosInstance;construc...
Input Data: 你的代码 Output Data: 最后输出代码语法为 TypeScript 这里比较重要的是 Context,我们需要尽可能描述清楚需求信息,让 GPT 能够看懂我们需要什么。 CRISPE 提示框架 这个框架更适合于进阶 Prompt 使用,面对的需求更加具体和复杂。 CR: Capacity and Role(能力与角色)。你希望 ChatGPT 扮演怎样的角色。
TypeScript 复制 error?: Error 属性值 Error promptType 提示完成的类型。 TypeScript 复制 promptType?: PromptType 属性值 PromptType response 用户响应。 TypeScript 复制 response?: IEntity 属性值 IEntity resumed 正在恢复当前对话的原因。 默认为 ResumeReason.completed。 TypeScript 复制 resumed?: ...
| 编写代码来计算斐波那契数列。 | 编写一个 TypeScript 函数来有效地计算斐波那契数列。对代码进行大量注释,以解释每篇文章的作用以及为什么这样编写。 | | 总结会议记录。 | 在单个段落中总结会议记录。然后写一个演讲者的降价列表和他们的每个关键点。最后,列出演讲者建议的后续步骤或行动项目(如果有)。 | ...
TypeScript 复制 function sayAs(type: string) 参数 type string 返回 Prompt silence(CallSession, number) 创建向用户播放静音的提示。 TypeScript 复制 static function silence(session: CallSession, time: number) 参数 session CallSession time number 返回 Prompt silence...
TypeScript 複製 function selectActionRoute(session: Session, route: IRouteResult) 參數 session Session 目前交談的會話物件。 route IRouteResult 從呼叫 findActionRoutes() 傳回的結果。sendPrompt(Session) 將目前回合的提示傳送給使用者。 這可以從 [matches()][#matches] 處理程式呼叫,以手動傳送提示/...
@promptbook/types - Just typescript types used in the library ⭐ @promptbook/cli - Command line interface utilities for promptbooks 📚 Dictionary 📚 Dictionary The following glossary is used to clarify certain concepts: General LLM / AI terms Prompt drift is a phenomenon where the AI model...
```typescript:app/components/Ref.tsx function AIChatHistory() {{ ... {{ code }} ... }} ``` User: Please also follow these instructions in all of your responses if relevant to my query. No need to acknowledge these instructions directly in your response. ...