2024-08-19 10:03:10 +08:00
{
"id" : 5 ,
"title" : "Text To SQL" ,
"description" : "An agent tool provides the ability to convert text questions into SQL statements, you will need to provide 3 kinds of knowledge bases. 1. DDL data for the database. 2. Examples of text questions converted into SQL statements. 3. A description of the database contents, including but not limited to: tables, records, etc... " ,
"canvas_type" : "chatbot" ,
"dsl" : {
"answer" : [ ] ,
"components" : {
"Answer:SocialAdsWonder" : {
"downstream" : [
"Retrieval:WetNewsHunt" ,
"Retrieval:OpenWingsRepeat" ,
"Retrieval:StrongDrinksShare"
] ,
"obj" : {
"component_name" : "Answer" ,
"params" : { }
} ,
"upstream" : [
"begin" ,
"Generate:OliveDotsInvent"
]
} ,
"Generate:OliveDotsInvent" : {
"downstream" : [
"Answer:SocialAdsWonder"
] ,
"obj" : {
"component_name" : "Generate" ,
"params" : {
"cite" : true ,
"frequency_penalty" : 0.7 ,
"llm_id" : "deepseek-chat" ,
"max_tokens" : 256 ,
"message_history_window_size" : 12 ,
"parameters" : [
{
"component_id" : "Retrieval:StrongDrinksShare" ,
"id" : "36c09e33-bad2-42fe-9a56-f136677bb405" ,
"key" : "ddl_input"
} ,
{
"component_id" : "Retrieval:OpenWingsRepeat" ,
"id" : "e4cfe15e-64cd-4351-b49e-0da2f5c8ec34" ,
"key" : "db_input"
} ,
{
"component_id" : "Retrieval:WetNewsHunt" ,
"id" : "946d8272-fc98-4040-a75f-502df7e4a42e" ,
"key" : "sql_input"
}
] ,
"presence_penalty" : 0.4 ,
2024-08-21 12:58:22 +08:00
"prompt" : "Role: You are an intelligent DB assistant that can help humans generate SQL statements for problems.\n\n##The user provides a question and you provide SQL. You will only respond with SQL code and not with any explanations.\n\n##You may use the following DDL statements as a reference for what tables might be available. Use responses to past questions also to guide you: {ddl_input}.\n\n##You may use the following documentation as a reference for what tables might be available. Use responses to past questions also to guide you: {db_input}.\n\n##You may use the following SQL statements as a reference for what tables might be available. Use responses to past questions also to guide you: {sql_input}.\n\n##Respond with only SQL code. Do not answer with any explanations -- just the code." ,
2024-08-19 10:03:10 +08:00
"temperature" : 0.1 ,
"top_p" : 0.3
}
} ,
"upstream" : [
"Retrieval:StrongDrinksShare" ,
"Retrieval:WetNewsHunt" ,
"Retrieval:OpenWingsRepeat"
]
} ,
"Retrieval:OpenWingsRepeat" : {
"downstream" : [
"Generate:OliveDotsInvent"
] ,
"obj" : {
"component_name" : "Retrieval" ,
"params" : {
"kb_ids" : [
"0ab5de985ba911efad9942010a8a0006"
] ,
"keywords_similarity_weight" : 0.3 ,
"similarity_threshold" : 0.2 ,
"top_n" : 8
}
} ,
"upstream" : [
"Answer:SocialAdsWonder"
]
} ,
"Retrieval:StrongDrinksShare" : {
"downstream" : [
"Generate:OliveDotsInvent"
] ,
"obj" : {
"component_name" : "Retrieval" ,
"params" : {
"kb_ids" : [
"b1a6a45e5ba811ef80dc42010a8a0006"
] ,
"keywords_similarity_weight" : 0.1 ,
"similarity_threshold" : 0.02 ,
"top_n" : 18
}
} ,
"upstream" : [
"Answer:SocialAdsWonder"
]
} ,
"Retrieval:WetNewsHunt" : {
"downstream" : [
"Generate:OliveDotsInvent"
] ,
"obj" : {
"component_name" : "Retrieval" ,
"params" : {
"kb_ids" : [
"31257b925b9f11ef9f0142010a8a0004"
] ,
"keywords_similarity_weight" : 0.3 ,
"similarity_threshold" : 0.2 ,
"top_n" : 8
}
} ,
"upstream" : [
"Answer:SocialAdsWonder"
]
} ,
"begin" : {
"downstream" : [
"Answer:SocialAdsWonder"
] ,
"obj" : {
"component_name" : "Begin" ,
"params" : { }
} ,
"upstream" : [ ]
}
} ,
"graph" : {
"edges" : [
{
"id" : "reactflow__edge-begin-Answer:SocialAdsWonderc" ,
"markerEnd" : "logo" ,
"source" : "begin" ,
"sourceHandle" : null ,
"style" : {
"stroke" : "rgb(202 197 245)" ,
"strokeWidth" : 2
} ,
"target" : "Answer:SocialAdsWonder" ,
"targetHandle" : "c" ,
"type" : "buttonEdge"
} ,
{
"id" : "reactflow__edge-Answer:SocialAdsWonderb-Retrieval:WetNewsHuntc" ,
"markerEnd" : "logo" ,
"source" : "Answer:SocialAdsWonder" ,
"sourceHandle" : "b" ,
"style" : {
"stroke" : "rgb(202 197 245)" ,
"strokeWidth" : 2
} ,
"target" : "Retrieval:WetNewsHunt" ,
"targetHandle" : "c" ,
"type" : "buttonEdge"
} ,
{
"id" : "reactflow__edge-Answer:SocialAdsWonderb-Retrieval:OpenWingsRepeatc" ,
"markerEnd" : "logo" ,
"source" : "Answer:SocialAdsWonder" ,
"sourceHandle" : "b" ,
"style" : {
"stroke" : "rgb(202 197 245)" ,
"strokeWidth" : 2
} ,
"target" : "Retrieval:OpenWingsRepeat" ,
"targetHandle" : "c" ,
"type" : "buttonEdge"
} ,
{
"id" : "reactflow__edge-Answer:SocialAdsWonderb-Retrieval:StrongDrinksSharec" ,
"markerEnd" : "logo" ,
"source" : "Answer:SocialAdsWonder" ,
"sourceHandle" : "b" ,
"style" : {
"stroke" : "rgb(202 197 245)" ,
"strokeWidth" : 2
} ,
"target" : "Retrieval:StrongDrinksShare" ,
"targetHandle" : "c" ,
"type" : "buttonEdge"
} ,
{
"id" : "reactflow__edge-Retrieval:StrongDrinksShareb-Generate:OliveDotsInventa" ,
"markerEnd" : "logo" ,
"source" : "Retrieval:StrongDrinksShare" ,
"sourceHandle" : "b" ,
"style" : {
"stroke" : "rgb(202 197 245)" ,
"strokeWidth" : 2
} ,
"target" : "Generate:OliveDotsInvent" ,
"targetHandle" : "a" ,
"type" : "buttonEdge"
} ,
{
"id" : "reactflow__edge-Retrieval:WetNewsHuntb-Generate:OliveDotsInventa" ,
"markerEnd" : "logo" ,
"source" : "Retrieval:WetNewsHunt" ,
"sourceHandle" : "b" ,
"style" : {
"stroke" : "rgb(202 197 245)" ,
"strokeWidth" : 2
} ,
"target" : "Generate:OliveDotsInvent" ,
"targetHandle" : "a" ,
"type" : "buttonEdge"
} ,
{
"id" : "reactflow__edge-Retrieval:OpenWingsRepeatb-Generate:OliveDotsInventa" ,
"markerEnd" : "logo" ,
"source" : "Retrieval:OpenWingsRepeat" ,
"sourceHandle" : "b" ,
"style" : {
"stroke" : "rgb(202 197 245)" ,
"strokeWidth" : 2
} ,
"target" : "Generate:OliveDotsInvent" ,
"targetHandle" : "a" ,
"type" : "buttonEdge"
} ,
{
"id" : "reactflow__edge-Generate:OliveDotsInventc-Answer:SocialAdsWonderd" ,
"markerEnd" : "logo" ,
"source" : "Generate:OliveDotsInvent" ,
"sourceHandle" : "c" ,
"style" : {
"stroke" : "rgb(202 197 245)" ,
"strokeWidth" : 2
} ,
"target" : "Answer:SocialAdsWonder" ,
"targetHandle" : "d" ,
"type" : "buttonEdge"
}
] ,
"nodes" : [
{
"data" : {
"label" : "Begin" ,
"name" : "begin"
} ,
"dragging" : false ,
"height" : 50 ,
"id" : "begin" ,
"position" : {
"x" : -398.61441136019056 ,
"y" : 144.28672563400067
} ,
"positionAbsolute" : {
"x" : -398.61441136019056 ,
"y" : 144.28672563400067
} ,
"selected" : false ,
"sourcePosition" : "left" ,
"targetPosition" : "right" ,
"type" : "beginNode" ,
"width" : 50
} ,
{
"data" : {
"form" : { } ,
"label" : "Answer" ,
"name" : "interface"
} ,
"dragging" : false ,
"height" : 100 ,
"id" : "Answer:SocialAdsWonder" ,
"position" : {
"x" : -271.9289105495367 ,
"y" : 120.9282206409824
} ,
"positionAbsolute" : {
"x" : -271.9289105495367 ,
"y" : 120.9282206409824
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "logicNode" ,
"width" : 100
} ,
{
"data" : {
"form" : {
"kb_ids" : [
"31257b925b9f11ef9f0142010a8a0004"
] ,
"keywords_similarity_weight" : 0.3 ,
"similarity_threshold" : 0.2 ,
"top_n" : 8
} ,
"label" : "Retrieval" ,
"name" : "Q->SQL"
} ,
"dragging" : false ,
"height" : 100 ,
"id" : "Retrieval:WetNewsHunt" ,
"position" : {
"x" : -44.1852870981603 ,
"y" : 130.77161580129524
} ,
"positionAbsolute" : {
"x" : -44.1852870981603 ,
"y" : 130.77161580129524
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "logicNode" ,
"width" : 100
} ,
{
"data" : {
"form" : {
"cite" : true ,
"frequencyPenaltyEnabled" : true ,
"frequency_penalty" : 0.7 ,
"llm_id" : "deepseek-chat" ,
"maxTokensEnabled" : true ,
"max_tokens" : 256 ,
"message_history_window_size" : 12 ,
"parameters" : [
{
"component_id" : "Retrieval:StrongDrinksShare" ,
"id" : "36c09e33-bad2-42fe-9a56-f136677bb405" ,
"key" : "ddl_input"
} ,
{
"component_id" : "Retrieval:OpenWingsRepeat" ,
"id" : "e4cfe15e-64cd-4351-b49e-0da2f5c8ec34" ,
"key" : "db_input"
} ,
{
"component_id" : "Retrieval:WetNewsHunt" ,
"id" : "946d8272-fc98-4040-a75f-502df7e4a42e" ,
"key" : "sql_input"
}
] ,
"presencePenaltyEnabled" : true ,
"presence_penalty" : 0.4 ,
"prompt" : "##The user provides a question and you provide SQL. You will only respond with SQL code and not with any explanations.\n\n##Respond with only SQL code. Do not answer with any explanations -- just the code.\n\n##You may use the following DDL statements as a reference for what tables might be available. Use responses to past questions also to guide you: {ddl_input}.\n\n##You may use the following documentation as a reference for what tables might be available. Use responses to past questions also to guide you: {db_input}.\n\n##You may use the following SQL statements as a reference for what tables might be available. Use responses to past questions also to guide you: {sql_input}." ,
"temperature" : 0.1 ,
"temperatureEnabled" : true ,
"topPEnabled" : true ,
"top_p" : 0.3
} ,
"label" : "Generate" ,
"name" : "FuzzyGoatsCover"
} ,
"dragging" : false ,
"height" : 150 ,
"id" : "Generate:OliveDotsInvent" ,
"position" : {
"x" : 127.63574050151522 ,
"y" : -209.30480702441503
} ,
"positionAbsolute" : {
"x" : 127.63574050151522 ,
"y" : -209.30480702441503
} ,
"selected" : true ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "logicNode" ,
"width" : 150
} ,
{
"data" : {
"form" : {
"kb_ids" : [
"0ab5de985ba911efad9942010a8a0006"
] ,
"keywords_similarity_weight" : 0.3 ,
"similarity_threshold" : 0.2 ,
"top_n" : 8
} ,
"label" : "Retrieval" ,
"name" : "DB Description"
} ,
"dragging" : false ,
"height" : 100 ,
"id" : "Retrieval:OpenWingsRepeat" ,
"position" : {
"x" : -44.48969718602855 ,
"y" : 272.5769102113132
} ,
"positionAbsolute" : {
"x" : -44.48969718602855 ,
"y" : 272.5769102113132
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "logicNode" ,
"width" : 100
} ,
{
"data" : {
"form" : {
"kb_ids" : [
"b1a6a45e5ba811ef80dc42010a8a0006"
] ,
"keywords_similarity_weight" : 0.1 ,
"similarity_threshold" : 0.02 ,
"top_n" : 18
} ,
"label" : "Retrieval" ,
"name" : "DDL"
} ,
"dragging" : false ,
"height" : 100 ,
"id" : "Retrieval:StrongDrinksShare" ,
"position" : {
"x" : -43.93396035294677 ,
"y" : -8.215558854318687
} ,
"positionAbsolute" : {
"x" : -43.93396035294677 ,
"y" : -8.215558854318687
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "logicNode" ,
"width" : 100
}
]
} ,
"history" : [ ] ,
"messages" : [ ] ,
"path" : [ ] ,
"reference" : [ ]
} ,
"avatar" : " d a t a : i m a g e / p n g ; b a s e 64 , i V B O R w 0 K G g o A A A A N S U h E U g A A A J A A A A C o C A Y A A A A P b 2 d 4 A A A A A X N S R 0 I A r s 4 c 6 Q A A A A R n Q U 1 B A A C x j w v 8 Y Q U A A A A J c E h Z c w A A D s A A A A 7 A A W r W i Q k A A D a g S U R B V H h e 7 X 0 J n C V V f e 5396 X v 7 d v L d M + + s M y w C 4 y g Q U B A c I n E C F E S 8 S k u R H 8 v i T / 3 l 2 d i 8 t R E E 6 M m G p c s z y x q X o y 4 I A h i E h W Q R Q U G E J B h R r Z Z Y J j p m d 5 v 37 W q 7 v u + c 6 q 6 b / d 0 z / R M 3 z u 9 c L / u c 6 v q 1 K m z / M 93 / u d / T l W d C t U I E P 6 m h R Y m I R Q K + X v T I + x v W 2 j h q N A i U A t z Q o t A L c w J L Q K 1 M C e 0 C N T C n N A i U A t z Q o t A L c w J L Q K 1 M C e 0 C N T C n N A i U A t z Q o t A L c w J L Q K 1 M C c c 0 5 u p o d b 92 m O K 2 q H v g 84 K C + J m q o j T I s / S R K s L a 2 F O a B q B A q 3 T 0 j x L G y 0 N 1 M K c 0 C J Q C 3 N C 0 w i k E U D g W l i 6 a G m g F u a E Y 0 K g l i Z a u l i i E 4 m z S G g q q 2 d L 8 K l R m + v o G W w n Q e 3 z m B X 6 I D S i 0 R 5 u I n F p E a g + f j O H I C F a J d s A W c 4 O d X m Q S E 2 Z p y V X 87 F k C N R c 4 k w p o A 7 H v V y 6 G s t W h u O O w n X z c J 0 S S q U K P K e C q r s P X q 1 C f w e u V 4 X n O Q x X R c 1 z 6 W 8 z L Q H K h c N h b s O I h C O I R K J 0 E c Q i X X Q 5 R G I R J J N t D J P h + X Z E o l l e G d X V J o 5 x K M p x W T R V K A Y t A h m w A C G X 4 p 4 w 10 I e / X Q 4 q W x 5 V M s j K J b o y s 9 h N P 8 s S p X 9 K J c O w C k P o u o M k R x 5 O C R O j b w K U z A e i V W r e b y W G T S Z t K 7 G A J 5 n M x 0 Q S L B h A 4 Q Z R 4 z n I g i F Q 4 g l U v R J I R r p Q C L R h V C 8 C + n k c r R n 1 i C d 6 k U y 3 o l E s p 0 R 0 t V n n M n U P I / x B O W z 6 d o w w f 7 R Y V E T a K 5 a x x T e x M E d R s Z q N L s W V T j V P u T H 9 m B s 7 B k M D e 9 E o b i L 5 N m H s j O A a q 1 A A r i I s G K M H q A Q w q x k K w u 7 V d Q m z o l I 6 z D V z 4 b 2 M z Q O U m 0 8 p O R X I + k k R o 9 E Y 9 I E 0 y U x w u E 4 E j E S K N a F R N s 6 Z H L H I Z d d g y z J F Y + t Y r C U i c N E H z i T t Y C w 5 s D u T s U h 6 m 3 p E C j Y P 5 I C q f Q K H z R M Z w S j Y z v R P 7 g V + f y j G B p 6 n N p l g J V V g u M V 2 W 2 Q K i J J O O q T h Y 4 V a v P R A E k e B k p B m s g Q S b L k v 5E9 M 1 C r s V s k q V z H 4 Z b Z D M f o n 0 Q s l k N 7 + y n I Z k 9 G Z + 50 d H Q c j 3 C k 0 8 R n Z a Y f O R O R P A 7 G I e r t e U W g 8 c I y r N E M h j g u N c x 27 N 17 N / r 2 P 4 S R k a d o q 4 z Q / q g g G l X r Z v f B v x r 1 T A 0 R h v d M U q x H G 8 e C A f t M a d G a 7 X d r J p / q l m l 7 u S 4 q D s s R a U d b a i 26 O 0 / H 6 u W / h s 6 O 0 1 i Q n L 2 c h T L t y c j R C G h C Y M 97 A u k c / W t U 1 w 4 J Y b o c G r P 7 + u 7 G M 8 / 9 i N 3 T w y i X + 2 l b A H E a s u E Q y c J r j E D V u h W n i b / O h q D N N H G 8 E K G u a U I Y J v s h h 3 Y a X Y U N I 5 Z B J n M C 1 q 64 D G t X X U o j v Z O d d m C W q 2 w S m F + + 5 z 2 B B B m s E Q q E F X 9 g 4 H 48 / e T 1 O D B 4 L 49 H E Y s m E J G x y i C k j w l O 2 j C q y Z H V J + G F 643 d x Q b p J 2 o l t 0 L N B H R m X o C 1 a 15 F d x l F l K O d x T L W F / 15 Q a D D g X 2 O 6 x z A 9 i e + j J 27 v 0 / C l E m c F M n A S G p U P Z S E t M 2 k w h j p T F + 4 x U 2 g O l D L u G 4 V V W r k 9 u y 5 O O O U d y G b 2 x i c n N j M I O t F T a B 6 H E w m e T B j K i G V S r m 6 E w 888 i k c 6 L 8 D q W g b C Z S 259 k W Z c 8 I 5 o r 6 s h y C Q O o O F z / Y a G z N c N d F s c K B A t b j 3 M 3 v Q 0 f 3 + a i 5 D o 12 n d b P T H L w d + a A w x H I 9 g n z A l Y y U 3e9 I d z 7 w O f Y d d 2 H V K K D G U 6 b g o s E N U r Q 7 j O 4 t t z M x i 0 N q O x + + W s x y o a N K v w E H n j w 0 8 i P b q M 8 N G i Y / 9 I e E w K N k 6 A e 0 h L 0 2 / P c 7 R j I b 0 E q m e A h R y N G e 0 w V j I 7 l H z h C z X N J a J p Z Q B O p L K 669 a K z C 9 u f v p 7 a R 8 b 0 N L P d x x j z p I F U a N u C + g Y e R S x S Z U Z 0 q 0 D D 3 e D 8 k U A E 8 w l 1 W F L 5 Y a d x s r n C p i u 3 T r 8 L B 2 E a 0 C n E Y y k M D G 3 l a G 2 A f v N L H m H e u r D g 1 k Q t X G G l u R S F R l p x b q W F Z D R b d 3 i w m s e 1 U V D 500 H + C h M 4 p R k 4 z 2 y N H w l k j H c 6 k c k c 81 D 7 E c 0 0 1 / 3 N n F a j Q V n 5 w 3 a N P m O a 3 Q 5 J + 9 D 7 c D I 6 S P U 3 F k 0 h k L J 8 + M q X 8 E N Y 1 n 4 y P J f C 8 F h 5 d c Q x L r C g b Y y + k z C D / a m Y X K k 2 F I 9 F A k 0 V u N q K D C E 6 t m j T t z I + T y M 9 E p g k r o W j T F u z 2 R E z s x B h P i K q M J 5 V X F H G J a f b J G F G K W f j D M h m C T c B H U z y O A r Y s j I r F J O H r o 6 T E d G M N d O d n N Z k K M f T S a m R a P g o T F m u V K o Y L Y 6 h u 6 P D z l u M C 3 G i O L Z h s N 27 A 9 h y 359 i a P R + J F M a f U 2E06 / u L x 0 E V b q R n P Q A U 2 Q N q u J 0 F 13 X a N 5 I e 3 q U I 0 Q i i A y a i Z T e 0 T 0 y J e G x N o r s M j 3 r y 2 N u e I 3 m Y D z G 7 d H G C J m b p z z B z G o a Q W Q h v c y f U k 6 S d A m m p T v 3 u u c V Y T j t e 66 L C M l q 8 s 7 L T d 50 f 0 x M U 8 P Q 1 Q x v R G 4 K a T f T Q z d a d T a M q l P m f h d e f M 5 f I J M 5 g 9 f V R a B f 5 t E S i n F r n 9e5 D K M U F W b m N G a G T X t m N I V A + a q L m + / 8 G a 685 M W I K w O M 2 h Z C d k 8 A V Q F 96 V 0 q P s n R x e c x X P g 5 S a S Q N K i p l b Q 3 Q T 7 + M q w q W r c E T I + l Y 6 o J l 11 g n N r K k z 4 l U d h I S Q 5 g l G Q o 81 y V 27 x X Q Y X b q l u F 4 z j c c 1 A O l e H o M Q 7 D 8 r A h j v 0 T V M G B T G w + T X 7 k Z Q 5 C S F F T x Z h o h G k m I w k k v D i i 0 S j i k S i 6 n D g S 0 m Y k b x v i i F d J M h L L c 8 u M 3 + U f K 9 d P T x r R / q l Q 9 V B i H K 5 H P J R K m o t e j b P P f A d 6 e y 6 X t 1 V / v G o c I X n S j 8 S W o n 5 g 97 N Y 2 Z n D i k z G N m T L r i P C P B D I t u 53 f O Y / 8 K Z X n 49 L T l 2 t q m J C K d N C 62 G K r x 8 W 1 q k O Y O u 2 f 8 Y z + 35 E j Z F H i h V R 8 x L c N 7 r E h D P 9 P Q U h D e P F I q j G w i j W q n Q O h r w i R k i V E a Z V K R d I l i J K o R J K Y Q q V 10 S N 4 m E V M V 5 p C 0 n U 9 J D S D I y b n Z p y Y y r c Q m H s n p l X M n l n T i g n 46 j J w p q w 9 I u k l u 657 O p I a F E h z l N 6 h k j k S v O v M 9 S O H K m U i c a Q Z t Q 5 d p f R i r p B p U 9 K s U v U H L S t L 6 V D R 4 J 7 J H i 1 k k A 2 c x Z O O / 1 a d O T O l K l m 4 a c 9 v j X a m g e M f z 8 b 8 U e v + z 4 + d M X L s D Z L A p m y + A U 6 A h x T A p k Y W N O y G F 73 V 7 e g b 6 S E W z 9 x J U X F F l + j T e E b g g Y K r L x x q 6 T N t A a 7 l L 59 d 2 E H h 6 l D o w / T 32 W L 9 u h i 1 D B J u C T M G F v j A L X J P m c Q o 7 U C R i t F E q i C M o n i s K I 1 c R 0 X O V i B i t i J q F 2 H q S m U N e 2 z e k k g V b N + / R p j U F 1 g s 2 V g 8 h c I L / C d E K b Z 0 z X c C b S h N K y 6 D o X X n 8 f 8 S 9 f J X 1 G Z E R 4 r O R W K Y 1 k 0 j W w o g V y i G 93 R N q Q r 1 L t U n b o P q I f a d B u j 6 l a Q T q 7 C u l W v x Y Y N v 4 W w e V D N R D 89 T D 6 Y H h v B h 2 / d g u / 94 m n c / u 4 r G b 81 u A M c S V 3 P A 4 H U A E J 429 / d j a / 851 N 4 / 28 f j 79 + 0 / k 8 w c p l A F W g d E q M + 0 H W g p R N X u W 8 U e z d t w W 7 n r k J + f w 2 D E e r 2 I s 8 + m o D G K Z m G Q 0 V 4 d S K j I N a z U 2 y p V d Y R 7 Z Z j h d X G o M C 1 S b I l 3 a 0 8 X e Z n g h t A 9 g q F + p I f k j Y 0 B M g M Z W Y T y D B x m h / T f e h 0 449 r j K / L r V r z Y 0 g 42 X R F U m h I 5 J E p 5 P C G u q n V H g l V q 5 + G d a s u h j x 5 L q J 5 I L M B x B h q P m M 8 q G a D d N K + 87 W J / D m G + 7 C K b 0 r 8 c O 3 X o q u x U I g A y a o J K / 90 k / w l X v Z j C p D e P / l K / H x N 50 n y 8 a 0 S q O j K O z p s 6 Z W L c 2 g / R I K h X 24 Z 9 f N u P u 572 H H 6 E P 0 G U I 0 y Z E R t V K S r T j q a f R E O 4 Y a a K I E l g S H K 5 M V D p 3 R T E d K o J m g W I J 0 u T W E s l B + Z L + p / B 7 t F 5 f a x q u y e 3 e o a b 12 d M X X 4 c z u i 3 D J 8 a 9 D d 9 u J i M Z 6 b H c l k s h + n E 5 g V H + S K H U f D 6 K 4 b u v j e N / 378 F e a r a X t E V x 0 z W X o D M m A r F 8 y g 7 L
}