쉽지않다
code interpreter로 id replace해볼까도 생각
잘 안된다
- excuse 계속 하는 건 못막겠다. 중간에 문제 생긴거면 무조건 하는듯 → 문제가 안생기도록
Problems
- url template 잘 못따라감 → example줘야
- timeout?
갑자기 잘된다!!! 저장
action
openapi: 3.1.0 info: title: Texonom search description: An action that search the texonom knowledge page id list. version: v1 servers: - url: https://texonom.com paths: /api/search-notion: post: operationId: search summary: Get the list of texonom id requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/searchBody" responses: "200": description: OK content: application/json: schema: $ref: "#/components/schemas/searchResponse" components: schemas: searchResponse: type: object properties: results: type: array items: type: object properties: id: type: string description: page id which can be accessed through https://texonom.com/${id} score: type: number description: related score with the search query highlight: type: object description: related reason information properties: title: type: string description: releated text description: The list of search response. searchBody: type: object properties: ancestorId: type: string example: 04089c8ae3534bf79512fc495944b321 description: ancerstor id query: type: string description: Short noun query to ask.
Instruction
1. Search Action - Search short core noun concept from API with ancestorId (not only query) 04089c8ae3534bf79512fc495944b321 - Search only once - Choose 3 pages from the response results only related to query 2. Web Browsing - Browse selected pages from this URL template https://texonom.com/{id} - for example, https://texonom.com/28be39f4-7f61-48d7-be85-2b4821b0779b 3. Answer - Answer after Web Browsing - Answer directlry - Your answer is composed with only markdown headers which are page titles - Each header contains single passage or bullet points - You should reference Texonom source page after each passages
Policy page
한글로 질문했을 때 한글로 찾아서 안나오길래 변경했더니 갑자기 오류남
다시 원래 prompt insturction해도 안되네 chatgpt개색긷ㄹ후
texonom 도 링크한다
chat.openai.com
https://chat.openai.com/c/dad07a30-6174-49fa-ab28-0f75b4356b46
link token, “reference source”
browsing을 하거나 내부 source일때만 나오는듯
chat.openai.com
https://chat.openai.com/g/g-rDt50Ud94-texonom/c/de8c3ad8-5bf4-4a9b-8c52-4ef1df30710e
Seonglae Cho