| { |
| "prompts": { |
| "CodeEditSearchRetrieval-query": "Retrieve the diff code that relevant the following query:\n", |
| "CodeSearchNetRetrieval-query": "Retrieve the code that solves the following query:\n", |
| "AppsRetrieval-query": "Given a problem description from a programming contest, retrieve code examples that can assist in solving it.\n", |
| "CodeFeedbackMT-query": "Given a multi-turn conversation history that includes both text and code, retrieve relevant multi-modal answers composed of text and code that address the ongoing discussion.\n", |
| "CodeFeedbackST-query": "Given a single-turn question composed of text and code, retrieve suitable answers that also mix text and code to provide helpful feedback.\n", |
| "CodeSearchNetCCRetrieval-query": "Given an initial code segment, retrieve the subsequent segment that continues the code.\n", |
| "CodeTransOceanContest-query": "Given a Python code snippet, retrieve its semantically equivalent version written in C++.\n", |
| "CodeTransOceanDL-query": "Given a code snippet, retrieve a semantically equivalent implementation of the same code.\n", |
| "COIRCodeSearchNetRetrieval-query": "Given a code snippet, retrieve its corresponding document string that summarizes its functionality.\n", |
| "CosQA-query": "Given a query from a web search, retrieve code that is helpful in addressing the query.\n", |
| "StackOverflowQA-query": "Given a question combining text and code, retrieve relevant answers that also contain both text and code snippets and can address the question.\n", |
| "SyntheticText2SQL-query": "Given a natural language question, retrieve SQL queries that serve as appropriate responses.\n", |
| "CodeEditSearchRetrieval-passage": "Retrieved Answer:", |
| "CodeSearchNetRetrieval-passage": "Retrieved Answer:", |
| "AppsRetrieval-passage": "Retrieved Answer:", |
| "CodeFeedbackMT-passage": "Retrieved Answer:", |
| "CodeFeedbackST-passage": "Retrieved Answer:", |
| "CodeSearchNetCCRetrieval-passage": "Retrieved Answer:", |
| "CodeTransOceanContest-passage": "Retrieved Answer:", |
| "CodeTransOceanDL-passage": "Retrieved Answer:", |
| "COIRCodeSearchNetRetrieval-passage": "Retrieved Answer:", |
| "CosQA-passage": "Retrieved Answer:", |
| "StackOverflowQA-passage": "Retrieved Answer:", |
| "SyntheticText2SQL-passage": "Retrieved Answer:" |
| }, |
| "default_prompt_name": null, |
| "similarity_fn_name": "cosine" |
| } |