An open API service indexing awesome lists of open source software.

https://github.com/mrseanryan/gpt-preview

TypeScript Node.js library and dev tool for previewing the output of an LLM or AI Agent - especially for complex output with function calls or tool invocations.
https://github.com/mrseanryan/gpt-preview

agent-preview dev-tool function-calling function-calling-preview genai genai-debug genai-preview genai-summary llm-preview

Last synced: 5 days ago
JSON representation

TypeScript Node.js library and dev tool for previewing the output of an LLM or AI Agent - especially for complex output with function calls or tool invocations.

Awesome Lists containing this project

README

          

# README [for Contributors]

Contributions are welcome - please try to follow the existing code style.

1. To setup

```
./install.sh
```

All see the [main README](./README.md).

2. Test

```
./test.sh
```

3. End-to-end test of a published version:

```
cd e2e/e2e-gpt-preview-client
./go.sh
```