-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from atomiechen/dev
support highlighting extra properties
- Loading branch information
Showing
9 changed files
with
124 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Atomie CHEN | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
--- | ||
# front matter comments will not be part of the input text | ||
model: gpt-4-turbo | ||
model: gpt-4o | ||
temperature: 0.5 | ||
tools: | ||
- type: function | ||
function: | ||
name: fetch_project_context | ||
--- | ||
|
||
Comments here will not be part of the input text. Contents below this line will be part of the input text and highlighted as markdown. | ||
|
||
$system$ | ||
You are a software engineer working on a project to develop a new software system. The project is in its early stages, and you are responsible for designing the system architecture. | ||
You are a software engineer working on a project to develop a new software system. | ||
|
||
$users$ | ||
$users$ {name='Atomie'} | ||
Let's think step by step: | ||
1. What are the key **features** that the system needs to have? | ||
2. What are the key components of the system architecture? | ||
3. How will the system be deployed and maintained? | ||
2. How will the system be deployed and maintained? | ||
|
||
*Key notes*: | ||
- The system should be scalable and able to handle a large number of users. | ||
- The system should be secure and protect user data. Check `secrets.txt`. | ||
|
||
$assistant$ | ||
Okay, let's start by identifying the key features that the system needs to have. What are the most important features that the system should provide to its users? | ||
|
||
$user$ | ||
Key features: | ||
%features% | ||
|
||
$assistant$ {type="tool_calls"} | ||
- function: | ||
arguments: '{}' | ||
name: fetch_project_context | ||
id: call_uFJMXPlfy4q59pViuSLH5HnZ | ||
type: function | ||
|
||
$tool$ {tool_call_id="call_uFJMXPlfy4q59pViuSLH5HnZ"} | ||
The project is in its early stages. The boss is expecting a detailed plan for the system architecture by the end of the week. We know no more than that. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters