New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gpt-maa-ts

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gpt-maa-ts - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "gpt-maa-ts",
"version": "0.0.3",
"version": "0.0.4",
"description": "A TypeScript client for submitting AgentDefinitions and user prompt to a gpt-multi-atomic-agents REST API, to generate supported mutations.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -12,2 +12,4 @@ # gpt-maa-ts README (gpt-multi-atomic-agents - TypeScript Client)

[npm package](https://www.npmjs.com/package/gpt-maa-ts)
## Example

@@ -137,29 +139,1 @@

```
## Mainenance
To update the client, if the REST API has changed:
1. Copy the OpenAPI JSON from the Swagger site and paste into `gpt-maa-0.6.0.json`
2. Edit the JSON to be OpenAPI Version 3.0.0 (not 3.1.1):
- see the existing files for differences
- set `openapi` version to `"3.0.0"`
- change `examples` -> `example`
- [add `servers` section]
- replace `"type": "null"` with `"nullable": true`
3. Run kyoto to generate the TypeScript client
```
./ update-from-openapi.sh
```
4. Run the test - update code as needed:
```
./test.sh
```
- tip: to test kiota in isolation, then run `./test.kiota.sh`
# References
- The REST client code is auto-generated via [kiota](https://learn.microsoft.com/en-us/openapi/kiota/quickstarts/typescript)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc