-
Related to paritytech/parity-bridges-common#2443
I think we might need to report the message dispatch status from target chain to source chain.
For example for the flow `Rockmine -> BridgeHub Ro…
-
Why does it generate `# [codec (index = 0)]` instead of `#[codec(index = 0)]`?
And also enum values are single line instead of value per line, why is that?
```
#[derive(:: codec :: Decode, :: cod…
-
Generic template:
```
const { PineconeClient } = require('@pinecone-database/pinecone');
const pinecone = new PineconeClient();
const initPinecone = async () => {
try {
await p…
-
### Is this a new bug?
- [X] I believe this is a new bug
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
When upserting us…
-
**I want to order result of search by specific array of sku**
I have a array of skus[sku1,sku2,sku3,...,skuN].
I'd like to be able to order the results of my collection according to this sku ord…
-
I am trying to use the ConversationChain class with OpenAI Model like this:
```typescript
const llm = new OpenAI({ modelName: "gpt-4" });
const chain = new ConversationChain({ llm, memory: new Bu…
-
All "smart websites" will have AI-friendly API schemas, not just **robots.txt**. These websites will have JSON manifest files for LLMs (ex: **openai.yaml**) and LLM plugins (ex: **ai-plugin.json**). T…
-
I have some millions of documents in ravendb and I'd like to get them all.
How it works right now:
```
[DeliveryHandler( Name = ArchiveAPI.Commands.Query )]
private async Task OnQuery(
IDel…
-
**Describe the bug**
An APIError associated with mishandling ChatGPT->Functions endpoint is not decoded correctly:
Failed to decode request: Optional("{\n \"error\": {\n \"message\": [\n …
-
I need to know if any of the resources returned by the API: azureResourceManager.genericResources().list() is of hidden type. Can you please let me know how can I know that?
Many thanks!