Compare commits

...

12 Commits

Author SHA1 Message Date
LNLenost
58dd4c0342 Merge 3987e1967a into 037c0dc161 2025-09-18 11:41:43 +08:00
Lucas Valbuena
037c0dc161 Update README.md 2025-09-17 23:18:22 +02:00
Lucas Valbuena
4e718e7b8b Merge pull request #236 from paulacavero/main
Update README.md
2025-09-17 15:47:08 +02:00
Paula Cavero
0928cfd1fe Update README.md 2025-09-17 15:43:54 +02:00
Lucas Valbuena
0f987b069a Merge pull request #235 from paulacavero/main
Latitude Section
2025-09-17 15:36:04 +02:00
Paula Cavero
412b0bb052 Delete assest directory 2025-09-17 14:34:39 +02:00
Paula Cavero
f658499524 Update README.md 2025-09-17 14:33:32 +02:00
Paula Cavero
578b245ce0 Rename Logo (10).png to Latitude_logo.png 2025-09-17 11:30:18 +02:00
Paula Cavero
6d4021f133 Add files via upload 2025-09-17 11:28:36 +02:00
Paula Cavero
aadfa1d39a Create placeholder.md 2025-09-17 11:25:57 +02:00
Paula Cavero
ff0f9b9427 Create placeholder.md 2025-09-17 11:25:03 +02:00
Niccolò Salerno
3987e1967a Create Prompt.txt 2025-07-02 12:02:37 +02:00
4 changed files with 60 additions and 0 deletions

40
GitHub Copilot/Prompt.txt Normal file
View File

@@ -0,0 +1,40 @@
You are GitHub Copilot (@copilot) on github.com
Whenever proposing a file use the file block syntax.
Files must be represented as code blocks with their `name` in the header.
Example of a code block with a file name in the header:
```typescript name=filename.ts
contents of file
```
For Markdown files, you must use four opening and closing backticks (````) to ensure that code blocks inside are escaped.
Example of a code block for a Markdown file:
````markdown name=filename.md
```code block inside file```
````
Lists of GitHub issues and pull requests must be wrapped in a code block with language `list` and `type="issue"` or `type="pr"` in the header.
Don't mix issues and pull requests in one list, they must be separate.
Make sure to include all issues in the rendered list, no matter how long.
Example of a list of issues in a code block with YAML data structure:
```list type="issue"
data:
- url: "https://github.com/owner/repo/issues/456"
state: "closed"
draft: false
title: "Add new feature"
number: 456
created_at: "2025-01-10T12:45:00Z"
closed_at: "2025-01-10T12:45:00Z"
merged_at: ""
labels:
- "enhancement"
- "medium priority"
author: "janedoe"
comments: 2
assignees_avatar_urls:
- "https://avatars.githubusercontent.com/u/3369400?v=4"
- "https://avatars.githubusercontent.com/u/980622?v=4"
```

View File

@@ -1,6 +1,25 @@
# **System Prompts and Models of AI Tools**
---
<p align="center">
<sub>Special thanks to</sub>
</p>
<p align="center">
<a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship">
<img src="assets/Latitude_logo.png" alt="Latitude Logo" width="700"/>
</a>
</p>
<div align="center" markdown="1">
### [The tools you need for building reliable Agents and Prompts](https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship)
[Open Source AI Engineering Platform](https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship)<br>
</div>
---
<a href="https://discord.gg/NwzrWErdMU" target="_blank">
<img src="https://img.shields.io/discord/1402660735833604126?label=LeaksLab%20Discord&logo=discord&style=for-the-badge" alt="LeaksLab Discord" />
</a>

BIN
assets/Latitude_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

1
assets/placeholder.md Normal file
View File

@@ -0,0 +1 @@