-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformat_of_output_from_llm.py
More file actions
30 lines (28 loc) · 1.11 KB
/
format_of_output_from_llm.py
File metadata and controls
30 lines (28 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
format = {'doc1' : {
'Title of the document':{
'subheader1':{
'links': {
'linkname':'actual link'
},
'summary':''
},
'subheader2':{
'links': {
'linkname':'actual link'
},
'summary':''
},
'subheaderK':{
'links': {
'linkname':'actual link'
},
'summary':''
},
},
'Summary':{
'The document provides detailed instructions for contributing to the Flutter Plugin for IntelliJ. It covers various aspects including setting up development environments, running tests, adding platform sources, working with Android Studio, embedding DevTools, and signing commits.'
},
'Graph': '''mermaid js code (The graph should have the title as the parent and should also have
nodes for links. )'''
},
}