File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 34 
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-2ba36d013a2829080b1003d4fecc30e89447db013f87491dd4d76f728d200b85 .yml 
3- openapi_spec_hash : ff4de1c4bd38d4ff35bcf30755f0d870 
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-0556db8b729c565a582332ce7e175b6b0d95e0d56addd543673a9e52ebd5d58b .yml 
3+ openapi_spec_hash : 8c0f9039f66b0017b2dea4574efefed4 
44config_hash : 0197f86ba1a4b1b5ce813d0e62138588 
Original file line number Diff line number Diff line change 44
55__all__  =  ["AcpType" ]
66
7- AcpType : TypeAlias  =  Literal ["sync" , "agentic" ]
7+ AcpType : TypeAlias  =  Literal ["sync" , "async"  ,  " agentic" ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Agent(BaseModel):
1515    """The unique identifier of the agent.""" 
1616
1717    acp_type : AcpType 
18-     """The type of the ACP Server (Either sync or agentic )""" 
18+     """The type of the ACP Server (Either sync or async )""" 
1919
2020    created_at : datetime 
2121    """The timestamp when the agent was created""" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments