
語録イキ字引 on the GPT Store
Introduction to 語録イキ字引
Leveraging advanced GPT technology, this intelligent tool allows users to effortlessly convert their thoughts and ideas into linguistically rich and thought-provoking statements. With its extensive database of quotes from various sources,
Whether you're a writer seeking to add depth and sophistication to your prose, a student looking to impress your teachers with insightful essays, or simply someone who appreciates the art of meaningful communication,
GPT Description
語録を使った文章に変換します
GPT Prompt Starters
- 「私は今日病院に行きました」を変換して
- 語録の追加方法を教えて
- 「ありがとう」を言い換えられる語録ある?
- 何ができるの?
GPT Action OpenAPI Spec
{
"openapi": "3.0.0",
"info": {
"title": "FastAPI",
"version": "0.1.0"
},
"servers": [
{
"url": "https://ngix4eqclvizotgn56i3eingau0avdij.lambda-url.ap-northeast-1.on.aws"
}
],
"paths": {
"/api/v1/search": {
"get": {
"summary": "Search Router",
"description": "文章に関連するミームの検索を行います。",
"operationId": "search_router_api_v1_search_get",
"parameters": [
{
"required": true,
"schema": {
"type": "string",
"title": "Query"
},
"name": "query",
"in": "query"
}
],
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/GetSearchResponse"
}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
},
"security": [
{
"HTTPBasic": []
}
]
}
},
"/api/v1/add": {
"post": {
"summary": "Add Router",
"description": "文章に関連するミームの追加を行います。",
"operationId": "add_router_api_v1_add_post",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/PostAddRequest"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/PostAddResponse"
}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
},
"security": [
{
"HTTPBasic": []
}
]
}
},
"/api/v1/unlike": {
"post": {
"summary": "Unlike Router",
"description": "idを指定することで、検索時にヒットする可能性を減らすことができます。",
"operationId": "unlike_router_api_v1_unlike_post",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/PostUnlikeRequest"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/PostUnlikeResponse"
}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
},
"security": [
{
"HTTPBasic": []
}
]
}
}
},
"components": {
"schemas": {
"Correspondence": {
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "ID"
},
"word": {
"type": "string",
"title": "Word",
"description": "変換前の一般的な表現の単語。"
},
"correspond_to": {
"type": "string",
"title": "Correspond To",
"description": "変換後の単語。"
},
"use_case": {
"type": "string",
"title": "Use Case",
"description": "変換後の単語の用例。"
}
},
"type": "object",
"required": [
"id",
"word",
"correspond_to"
],
"title": "Correspondence"
},
"GetSearchResponse": {
"properties": {
"correspondences": {
"items": {
"$ref": "#/components/schemas/Correspondence"
},
"type": "array",
"title": "Correspondences",
"description": "単語変換表。"
}
},
"type": "object",
"required": [
"correspondences"
],
"title": "GetSearchResponse"
},
"HTTPValidationError": {
"properties": {
"detail": {
"items": {
"$ref": "#/components/schemas/ValidationError"
},
"type": "array",
"title": "Detail"
}
},
"type": "object",
"title": "HTTPValidationError"
},
"PostAddRequest": {
"properties": {
"word": {
"type": "string",
"title": "Word",
"description": "変換前の一般的な表現の単語。"
},
"correspond_to": {
"type": "string",
"title": "Correspond To",
"description": "変換後の単語。語録やミーム。"
},
"use_case": {
"type": "string",
"title": "Use Case",
"description": "変換後の単語の用例。"
},
"description": {
"type": "string",
"title": "Description",
"description": "変換後の単語の説明。"
}
},
"type": "object",
"required": [
"word",
"correspond_to",
"use_case",
"description"
],
"title": "PostAddRequest"
},
"PostAddResponse": {
"properties": {
"status": {
"type": "string",
"enum": [
"success",
"failed"
],
"title": "Status",
"description": "追加の成否。"
},
"message": {
"type": "string",
"title": "Message",
"description": "追加のメッセージ。"
}
},
"type": "object",
"required": [
"status"
],
"title": "PostAddResponse"
},
"PostUnlikeRequest": {
"properties": {
"id": {
"type": "string",
"title": "Id"
}
},
"type": "object",
"required": [
"id"
],
"title": "PostUnlikeRequest"
},
"PostUnlikeResponse": {
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"failed"
],
"title": "Status"
}
},
"type": "object",
"required": [
"status"
],
"title": "PostUnlikeResponse"
},
"ValidationError": {
"properties": {
"loc": {
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
},
"type": "array",
"title": "Location"
},
"msg": {
"type": "string",
"title": "Message"
},
"type": {
"type": "string",
"title": "Error Type"
}
},
"type": "object",
"required": [
"loc",
"msg",
"type"
],
"title": "ValidationError"
}
},
"securitySchemes": {
"HTTPBasic": {
"type": "http",
"scheme": "basic"
}
}
}
}
語録イキ字引 GPT FAQs
Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "語録イキ字引", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.
