feat: add flag to tools, change default response to content type
### Additions * added field `requiresInput: Boolean!` to `ToolType` type * added field `requiresInput: Boolean!` to `ExtendedToolType` type ### Changes * changed the type of field `defaultResponse` from `String!` to `ContentType!` on `ToolType` * changed the type of field `defaultResponse` from `String!` to `ContentType!` on `ExtendedToolType` Closes #194, #368
Loading
Please sign in to comment