File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
samples/template-project-for-vefaas Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ authors = [
1212]
1313dependencies = [
1414 " pydantic-settings>=2.10.1" , # Config management
15- " a2a-sdk> =0.2.12" , # For Google Agent2Agent protocol
15+ " a2a-sdk= =0.2.12" , # For Google Agent2Agent protocol
1616 " deprecated>=1.2.18" ,
17- " google-adk>=1.6.1 " , # For basic agent architecture
17+ " google-adk==1.8.0 " , # For basic agent architecture
1818 " litellm>=1.74.3" , # For model inference
1919 " loguru>=0.7.3" , # For better logging
2020 " openinference-instrumentation-google-adk>=0.1.1" , # For OpenInference instrumentation
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ async def main():
3333 "How is the weather like in Beijing?" , SESSION_ID , USER_ID
3434 )
3535
36- print (f"Message ID: { response_message .message_id } " )
36+ print (f"Message ID: { response_message .messageId } " )
3737
3838 print (f"Response from { cloud_app .endpoint } : { response_message .parts [0 ].root .text } " )
3939
You can’t perform that action at this time.
0 commit comments